Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2005 14:40:26 GMT
From:      Anton Berezin <tobez@tobez.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/76892: [MAINTAINER] security/xca: Fixup pkg-plist
Message-ID:  <200501311440.j0VEeQvA079783@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76892; it has been noted by GNATS.

From: Anton Berezin <tobez@tobez.org>
To: Valentin Zahariev <curly@e-card.bg>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/76892: [MAINTAINER] security/xca: Fixup pkg-plist
Date: Mon, 31 Jan 2005 15:30:30 +0100

 On Mon, Jan 31, 2005 at 04:14:06PM +0200, Valentin Zahariev wrote:
 > --- xca-0.5.1.patch begins here ---
 > diff -ruN --exclude=CVS /usr/ports/security/xca/pkg-plist /usr/home/curly/ports/xca/pkg-plist
 > --- /usr/ports/security/xca/pkg-plist	Thu Jan 27 13:33:10 2005
 > +++ /usr/home/curly/ports/xca/pkg-plist	Mon Jan 31 16:08:44 2005
 > @@ -37,3 +37,4 @@
 >  share/xca/xca.html
 >  @dirrm share/xca
 >  @dirrm share/pixmaps
 > +@dirrm share/applications
 > --- xca-0.5.1.patch ends here ---
 
 How about
 
 @unexec rmdir %D/share/applications 2>/dev/null || true
 
 instead?  (There are other ports that write to share/applications)
 
 \Anton.
 -- 
 The moronity of the universe is a monotonically increasing function. --
 Jarkko Hietaniemi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501311440.j0VEeQvA079783>