diff options
author | rh <rh@pkgsrc.org> | 2009-04-18 01:17:19 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2009-04-18 01:17:19 +0000 |
commit | 4cefdef969a1663bcb6314be120967c4d839d96e (patch) | |
tree | fb4a036b8c526c80adb41c4089953542c2bbbba8 /devel/gnustep-base | |
parent | b8dbd5254664adcec168e8fd91c3dc056de7d95d (diff) | |
download | pkgsrc-4cefdef969a1663bcb6314be120967c4d839d96e.tar.gz |
Fix regression, as lib/GNUstep may also be installed by libFoundation
Diffstat (limited to 'devel/gnustep-base')
-rw-r--r-- | devel/gnustep-base/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnustep-base/PLIST b/devel/gnustep-base/PLIST index 00c573f758e..3d03e7fe069 100644 --- a/devel/gnustep-base/PLIST +++ b/devel/gnustep-base/PLIST @@ -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 @@ share/GNUstep/Makefiles/Additional/base.make @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 |