summaryrefslogtreecommitdiff
path: root/pkgtools/mtree
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-10-02 17:15:22 +0000
committerjoerg <joerg@pkgsrc.org>2008-10-02 17:15:22 +0000
commit4154d6b2fe49c558ea98fdcddbd64e9c76ae31fb (patch)
tree1bca421bcb2cd4f60d638133e0acaad18c18ecb9 /pkgtools/mtree
parent43515dd3c885e2d07ca7a85b7b199b9376295264 (diff)
downloadpkgsrc-4154d6b2fe49c558ea98fdcddbd64e9c76ae31fb.tar.gz
Fix build by unifying sysutils/mtree and pkgtools/mtree in terms of
nbcompat usage.
Diffstat (limited to 'pkgtools/mtree')
-rw-r--r--pkgtools/mtree/Makefile3
-rw-r--r--pkgtools/mtree/Makefile.common5
2 files changed, 3 insertions, 5 deletions
diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile
index 98a526259c5..718c4d57175 100644
--- a/pkgtools/mtree/Makefile
+++ b/pkgtools/mtree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/07/10 15:19:17 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2008/10/02 17:15:22 joerg Exp $
#
# This version of mtree installs into ${PKG_TOOLS_BIN}.
#
@@ -9,5 +9,4 @@ CATEGORIES= pkgtools
NO_PKGTOOLS_REQD_CHECK= # defined
-.include "../../pkgtools/libnbcompat/inplace.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/pkgtools/mtree/Makefile.common b/pkgtools/mtree/Makefile.common
index bde3c1227f4..7b045277d6b 100644
--- a/pkgtools/mtree/Makefile.common
+++ b/pkgtools/mtree/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2008/01/28 00:35:59 rillig Exp $
+# $NetBSD: Makefile.common,v 1.5 2008/10/02 17:15:22 joerg Exp $
#
# This Makefile fragment is included by:
#
@@ -16,8 +16,7 @@ COMMENT= Utility for mapping and checking directory hierarchies
GNU_CONFIGURE= yes
-NO_CHECKSUM= yes
-NO_MTREE= yes
+USE_FEATURES= nbcompat
FILESDIR= ${.CURDIR}/../../pkgtools/mtree/files
PKGDIR= ${.CURDIR}/../../pkgtools/mtree