diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
commit | 6c39a6eab6ab88e2dd89dec7c00e74f22113a907 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/pax | |
parent | f425933991a2cf279fadad07ef77122477deb2aa (diff) | |
download | pkgsrc-6c39a6eab6ab88e2dd89dec7c00e74f22113a907.tar.gz |
bl3ify
Diffstat (limited to 'archivers/pax')
-rw-r--r-- | archivers/pax/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index e2a494a62a9..a1f74cde3b7 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/12/20 04:47:38 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/11 18:03:50 xtraeme Exp $ # DISTNAME= pax-20031220 @@ -10,7 +10,7 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= POSIX standard archiver with many extensions -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined GNU_CONFIGURE= # defined NO_PKGTOOLS_REQD_CHECK= # defined @@ -23,5 +23,5 @@ PKG_PRESERVE= # defined do-extract: @${CP} -Rp ${FILESDIR} ${WRKSRC} -.include "../../pkgtools/libnbcompat/buildlink2.mk" +.include "../../pkgtools/libnbcompat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |