summaryrefslogtreecommitdiff
path: root/sysutils/checkperms
diff options
context:
space:
mode:
authorbjs <bjs>2007-12-14 07:20:51 +0000
committerbjs <bjs>2007-12-14 07:20:51 +0000
commit76bb108d516c34024acf967c152b952c73565185 (patch)
tree2651faa7a8405f30e781c83b94fe5d5c23f3740a /sysutils/checkperms
parentbb57370ab57d0bbabc7d07342b63bca489f2434f (diff)
downloadpkgsrc-76bb108d516c34024acf967c152b952c73565185.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"