diff options
author | joerg <joerg> | 2009-06-14 18:48:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 18:48:07 +0000 |
commit | 98eed4cfc242802f1ce0552c0e621b76acdb75f3 (patch) | |
tree | 3ca5055692d836309a06064f905db9b5b6835863 /devel/gnustep-examples | |
parent | cf61c249d91b593f80d4a180f376c3678c957e96 (diff) | |
download | pkgsrc-98eed4cfc242802f1ce0552c0e621b76acdb75f3.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'devel/gnustep-examples')
-rw-r--r-- | devel/gnustep-examples/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gnustep-examples/PLIST b/devel/gnustep-examples/PLIST index 6da5c4ae935..6df34b8d576 100644 --- a/devel/gnustep-examples/PLIST +++ b/devel/gnustep-examples/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:48:46 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:48:11 joerg Exp $ bin/Calculator bin/CurrencyConverter bin/GSTest @@ -128,4 +128,3 @@ lib/GNUstep/Applications/md5Digest.app/md5Digest lib/GNUstep/Applications/md5Digest.app/stamp.make lib/GNUstep/Services/example.service/Resources/Info-gnustep.plist lib/GNUstep/Services/example.service/example -@unexec ${RMDIR} -p %D/lib/GNUstep/ApplicationSupport 2>/dev/null || ${TRUE} |