diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-21 07:46:59 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-21 07:46:59 +0000 |
commit | 89bda502d6b32520de4ffb1e89c0eb446e349289 (patch) | |
tree | a2c8c8a3beb9048d46a2f660e713ea575b463cf3 /filesystems | |
parent | f35668c6f5a3035e4fa86864c79af429a8993179 (diff) | |
download | pkgsrc-89bda502d6b32520de4ffb1e89c0eb446e349289.tar.gz |
Force MKPROFILE=yes to avoid PLIST divergence.
(I suppose there should probably be a better way to handle these...)
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fs-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/fs-utils/Makefile b/filesystems/fs-utils/Makefile index 4ac34987739..5dfbf634529 100644 --- a/filesystems/fs-utils/Makefile +++ b/filesystems/fs-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/04/30 19:50:56 stacktic Exp $ +# $NetBSD: Makefile,v 1.11 2011/12/21 07:46:59 dholland Exp $ # DISTNAME= fs-utils_20091116 @@ -17,6 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_BSD_MAKEFILE= yes WRKSRC= ${WRKDIR}/fs-utils INSTALLATION_DIRS= bin lib include ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 +MAKE_FLAGS+= MKPROFILE=yes SUBST_CLASSES+= path SUBST_STAGE.path= pre-configure |