summaryrefslogtreecommitdiff
path: root/filesystems/fs-utils
diff options
context:
space:
mode:
authorjoerg <joerg>2008-12-18 15:25:38 +0000
committerjoerg <joerg>2008-12-18 15:25:38 +0000
commitf9450af57fd6e31927b6ad2a4d1d095131f4ec65 (patch)
treeb111449ac8450110fe8234100279179e2c51aa77 /filesystems/fs-utils
parentb08bbfda20cc20e93202fd7e32d6e7337aacb0c3 (diff)
downloadpkgsrc-f9450af57fd6e31927b6ad2a4d1d095131f4ec65.tar.gz
DESTDIR support also fixing bulk builds.
Diffstat (limited to 'filesystems/fs-utils')
-rw-r--r--filesystems/fs-utils/Makefile9
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"