diff options
author | joerg <joerg@pkgsrc.org> | 2008-10-02 17:15:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-10-02 17:15:22 +0000 |
commit | 6f1eac0c9fbbbad908512d7fea2828034d4cc73e (patch) | |
tree | 1bca421bcb2cd4f60d638133e0acaad18c18ecb9 /pkgtools/mtree | |
parent | e3a20e5a357c7b3700488d9180ad8a5c32141db9 (diff) | |
download | pkgsrc-6f1eac0c9fbbbad908512d7fea2828034d4cc73e.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/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/mtree/Makefile.common | 5 |
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 |