diff options
author | joerg <joerg> | 2008-12-18 15:25:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-12-18 15:25:38 +0000 |
commit | 0926a627db5d63551e39fb3182e575d0f60dafde (patch) | |
tree | b111449ac8450110fe8234100279179e2c51aa77 /filesystems/fs-utils | |
parent | 261ba7f0112395867329cb9bec58ffa71215c26b (diff) | |
download | pkgsrc-0926a627db5d63551e39fb3182e575d0f60dafde.tar.gz |
DESTDIR support also fixing bulk builds.
Diffstat (limited to 'filesystems/fs-utils')
-rw-r--r-- | filesystems/fs-utils/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/filesystems/fs-utils/Makefile b/filesystems/fs-utils/Makefile index e0c444968c9..e00f8ee9bcc 100644 --- a/filesystems/fs-utils/Makefile +++ b/filesystems/fs-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/11/24 16:28:31 stacktic Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/18 15:25:38 joerg Exp $ # DISTNAME= fs-utils_20081124 @@ -12,7 +12,10 @@ COMMENT= Tools to access/modify a file system image through RUMP ONLY_FOR_PLATFORM= NetBSD-4.99.7[2-9]-* NetBSD-[5-9]* -MAKE_ENV+= MKLINT=no -MAKE_ENV+= MKHTML=no +PKG_DESTDIR_SUPPORT= user-destdir + +USE_BSD_MAKEFILE= yes + +INSTALLATION_DIRS= bin lib ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |