diff options
author | jlam <jlam@pkgsrc.org> | 2003-08-31 12:02:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-08-31 12:02:56 +0000 |
commit | 241e4f4fb20b61b5d9b4183d20c38e574364cfb1 (patch) | |
tree | 385312cc73412f1fad221ccf46976f5bc27001d4 /pkgtools/libnbcompat | |
parent | 7759a6b163f4de5fcb230c7fa9cbdb53a8d35ea3 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 12 | ||||
-rw-r--r-- | pkgtools/libnbcompat/PLIST | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index 0bdc6f01152..c752903dac0 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/31 22:40:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/31 12:02:56 jlam Exp $ # DISTNAME= libnbcompat-20030731 @@ -10,10 +10,16 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Portable NetBSD compatibility library -GNU_CONFIGURE= # defined - +NO_TOOLS= # defined +NO_BUILDLINK= # defined NO_PKGTOOLS_REQD_CHECK= # defined NO_CHECKSUM= # defined +NO_MTREE= # defined + +GNU_CONFIGURE= # defined + +PKG_INFO= PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD} +PKG_CREATE= PKG_DBDIR=${PKG_DBDIR} ${PKG_CREATE_CMD} do-extract: @${CP} -Rp ${FILESDIR} ${WRKSRC} 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} |