ports/76892: [MAINTAINER] security/xca: Fixup pkg-plist

Valentin Zahariev curly at e-card.bg
Mon Jan 31 15:40:23 UTC 2005


The following reply was made to PR ports/76892; it has been noted by GNATS.

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

 On Mon, Jan 31, 2005 at 03:30:30PM +0100, Anton Berezin wrote:
 > 
 > 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
 > 
 
 Sure :)
 And 10x :)
 
 Here is real patch:
 
 --- 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 17:30:21 2005
 @@ -36,4 +36,5 @@
  share/xca/xca-9.html
  share/xca/xca.html
  @dirrm share/xca
 - at dirrm share/pixmaps
 + at unexec rmdir %D/share/pixmaps || true
 + at unexec rmdir %D/share/applications 2>/dev/null || true
 --- xca-0.5.1.patch ends here ---
 
 



More information about the freebsd-ports-bugs mailing list