diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-08 21:57:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-08 21:57:57 +0000 |
commit | 2761568ac280270d3e97f7e38922103a7a4ff840 (patch) | |
tree | 090b4461321e87c968b099c0a26b69c4da29ff20 /archivers | |
parent | 48bbc6ce1f67bf684a69a2ea4678cd6f17f128e9 (diff) | |
download | pkgsrc-2761568ac280270d3e97f7e38922103a7a4ff840.tar.gz |
Convert to use the features framework.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar-base/Makefile | 6 | ||||
-rw-r--r-- | archivers/pax/Makefile | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index a74c454d60e..431b540905d 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2007/09/06 21:51:52 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2007/09/08 21:57:57 jlam Exp $ DISTNAME= tar-1.15.1 PKGNAME= gtar-base-1.15.1 @@ -16,6 +16,7 @@ CONFLICTS= gcpio-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_FEATURES= snprintf USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES @@ -65,8 +66,5 @@ post-install: ${LN} -sf ${DESTDIR}${GTAR_PROGRAM_PREFIX}tar ${DESTDIR}${PREFIX}/bin/"gtar" .endif -.if !empty(LOWER_OPSYS:Mirix5*) -. include "../../pkgtools/libnbcompat/inplace.mk" # vnsprintf() -.endif .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index f1de1b03bb9..2b23c68bc40 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2007/09/06 21:51:53 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2007/09/08 21:57:58 jlam Exp $ + +USE_FEATURES= nbcompat .include "Makefile.common" @@ -13,5 +15,4 @@ CONFLICTS+= gcpio-[0-9]* CONFLICTS+= gtar-base-[0-9]* .endif -.include "../../pkgtools/libnbcompat/inplace.mk" .include "../../mk/bsd.pkg.mk" |