diff options
author | joerg <joerg> | 2009-06-14 17:48:39 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 17:48:39 +0000 |
commit | a3974bf3b6efabbf626979c76d7215661405a16e (patch) | |
tree | be753a1339476ea8ac840318300d4e789b2da1a9 /devel/gnustep-make | |
parent | 7af33f0780f46bb1a19daa9c6479e75838fa936b (diff) | |
download | pkgsrc-a3974bf3b6efabbf626979c76d7215661405a16e.tar.gz |
Remove @dirrm entries from PLISTs
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r-- | devel/gnustep-make/PLIST | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/devel/gnustep-make/PLIST b/devel/gnustep-make/PLIST index 48a7d2f50bb..e455ed1d0b4 100644 --- a/devel/gnustep-make/PLIST +++ b/devel/gnustep-make/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2009/04/19 00:50:11 rh Exp $ +@comment $NetBSD: PLIST,v 1.19 2009/06/14 17:48:46 joerg Exp $ bin/debugapp bin/gnustep-config bin/openapp @@ -126,18 +126,8 @@ man/man1/openapp.1 man/man1/opentool.1 man/man7/GNUstep.7 man/man7/library-combo.7 -@dirrm share/examples/GNUstep @exec ${MKDIR} %D/share/GNUstep/Makefiles/${GNUSTEP_ARCH} -@dirrm share/GNUstep/Makefiles/${GNUSTEP_ARCH} -@dirrm share/GNUstep/Makefiles/Master -@dirrm share/GNUstep/Makefiles/Instance/Shared -@dirrm share/GNUstep/Makefiles/Instance/Documentation -@dirrm share/GNUstep/Makefiles/Instance @exec ${MKDIR} %D/share/GNUstep/Makefiles/Auxiliary -@dirrm share/GNUstep/Makefiles/Auxiliary @exec ${MKDIR} %D/share/GNUstep/Makefiles/Additional -@dirrm share/GNUstep/Makefiles/Additional -@dirrm share/GNUstep/Makefiles @unexec ${RMDIR} %D/share/GNUstep 2>/dev/null || ${TRUE} -@dirrm share/GNUstep/Library @exec ${MKDIR} %D/share/GNUstep/Library |