summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/PLIST
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-31 12:02:56 +0000
committerjlam <jlam@pkgsrc.org>2003-08-31 12:02:56 +0000
commit241e4f4fb20b61b5d9b4183d20c38e574364cfb1 (patch)
tree385312cc73412f1fad221ccf46976f5bc27001d4 /pkgtools/libnbcompat/PLIST
parent7759a6b163f4de5fcb230c7fa9cbdb53a8d35ea3 (diff)
downloadpkgsrc-241e4f4fb20b61b5d9b4183d20c38e574364cfb1.tar.gz
This package is needed to bootstrap pkgsrc, so don't do tools, buildlink,
or run mtree. Also ensure that we call the pkg_install commands with no options so that we install properly without recent pkg_install tools.
Diffstat (limited to 'pkgtools/libnbcompat/PLIST')
-rw-r--r--pkgtools/libnbcompat/PLIST6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/PLIST b/pkgtools/libnbcompat/PLIST
index ed9b148580b..a5e28a02b4b 100644
--- a/pkgtools/libnbcompat/PLIST
+++ b/pkgtools/libnbcompat/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/07/31 22:40:26 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/08/31 12:02:56 jlam Exp $
include/libnbcompat/extern.h
include/libnbcompat/err.h
include/libnbcompat/ftpglob.h
@@ -17,5 +17,7 @@ include/libnbcompat/sha2.h
include/libnbcompat/stat_flags.h
include/libnbcompat/util.h
include/libnbcompat/vis.h
-@dirrm include/libnbcompat
lib/libnbcompat.a
+@dirrm include/libnbcompat
+@unexec ${RMDIR} -p %D/include 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} -p %D/lib 2>/dev/null || ${TRUE}