summaryrefslogtreecommitdiff
path: root/sysutils/checkperms
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2007-12-14 07:20:51 +0000
committerbjs <bjs@pkgsrc.org>2007-12-14 07:20:51 +0000
commit38b60004bd6c614fa3a3e9e79dda394db8dda030 (patch)
tree2651faa7a8405f30e781c83b94fe5d5c23f3740a /sysutils/checkperms
parent34f3bed08fced6fb1e90a7cac1cc5cafb4799051 (diff)
downloadpkgsrc-38b60004bd6c614fa3a3e9e79dda394db8dda030.tar.gz
Add INSTALLATION_DIRS to fix DESTDIR installation.
Diffstat (limited to 'sysutils/checkperms')
-rw-r--r--sysutils/checkperms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index 139854b10de..a387fb2a6b6 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/11/11 11:35:50 martti Exp $
+# $NetBSD: Makefile,v 1.16 2007/12/14 07:20:51 bjs Exp $
#
DISTNAME= checkperms-1.10
@@ -18,6 +18,7 @@ MAKE_ENV+= ${BSD_MAKE_ENV}
.include "../../mk/bsd.prefs.mk"
+INSTALLATION_DIRS= bin man/cat1 man/man1
CHECK_PERMS= no
.if ${OPSYS} == "Linux"