summaryrefslogtreecommitdiff
path: root/sysutils/checkperms
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-09-22 07:53:03 +0000
committerrillig <rillig@pkgsrc.org>2007-09-22 07:53:03 +0000
commitb0bfc1fc776c6e05da8df8faf23f6e6dc973ad91 (patch)
tree2de3ff667475e2b936af5f86b28e3a3e87e8d4fe /sysutils/checkperms
parent1f566f39d5f1f9da3fd0c71daea6c42882a47c71 (diff)
downloadpkgsrc-b0bfc1fc776c6e05da8df8faf23f6e6dc973ad91.tar.gz
Removed the build dependency on nroff, since it is no longer needed.
Diffstat (limited to 'sysutils/checkperms')
-rw-r--r--sysutils/checkperms/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index 5440321c3a1..0668990baa7 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/09/22 07:49:16 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2007/09/22 07:53:03 rillig Exp $
#
DISTNAME= checkperms-1.9
@@ -11,7 +11,9 @@ COMMENT= Check and correct file permissions
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS_FROM_PLIST= yes
-USE_BSD_MAKEFILE= yes
+
+# Don't use USE_BSD_MAKEFILE here to avoid the dependency on nroff.
+MAKE_ENV+= ${BSD_MAKE_ENV}
.include "../../mk/bsd.prefs.mk"