summaryrefslogtreecommitdiff
path: root/archivers/pax
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-08 21:57:57 +0000
committerjlam <jlam>2007-09-08 21:57:57 +0000
commitd3d09c144d85973c335accf4124b64acdbf4dbd5 (patch)
tree090b4461321e87c968b099c0a26b69c4da29ff20 /archivers/pax
parent8e28113239ef7008026f3d0ab38b5b78597ee482 (diff)
downloadpkgsrc-d3d09c144d85973c335accf4124b64acdbf4dbd5.tar.gz
Convert to use the features framework.
Diffstat (limited to 'archivers/pax')
-rw-r--r--archivers/pax/Makefile5
1 files changed, 3 insertions, 2 deletions
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"