pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gnustep-base Fix regression, as lib/GNUstep may ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afe948f45a56
branches:  trunk
changeset: 557578:afe948f45a56
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Apr 18 01:17:19 2009 +0000

description:
Fix regression, as lib/GNUstep may also be installed by libFoundation

diffstat:

 devel/gnustep-base/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b765910f002b -r afe948f45a56 devel/gnustep-base/PLIST
--- a/devel/gnustep-base/PLIST  Sat Apr 18 01:09:03 2009 +0000
+++ b/devel/gnustep-base/PLIST  Sat Apr 18 01:17:19 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2009/04/13 12:16:24 rh Exp $
+@comment $NetBSD: PLIST,v 1.21 2009/04/18 01:17:19 rh Exp $
 bin/HTMLLinker
 bin/autogsdoc
 bin/cvtenc
@@ -857,7 +857,7 @@
 @dirrm lib/GNUstep/Frameworks
 @exec ${MKDIR} %D/lib/GNUstep/Frameworks
 @dirrm lib/GNUstep/DTDs
-@dirrm lib/GNUstep
+@unexec ${RMDIR} %D/lib/GNUstep 2>/dev/null || ${TRUE}
 @dirrm include/gnustep/unicode
 @dirrm include/gnustep/base
 @dirrm include/gnustep



Home | Main Index | Thread Index | Old Index