summaryrefslogtreecommitdiff
path: root/sysutils/checkperms
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-22 23:04:58 +0000
committerrillig <rillig>2006-11-22 23:04:58 +0000
commite102071da9705f5eb57574e0af39248f6898ef5f (patch)
tree13830a09e85744ff7b5ff1860600aadebda3dfea /sysutils/checkperms
parent35d2e0daa936067be97458a287b44c1b4d73a050 (diff)
downloadpkgsrc-e102071da9705f5eb57574e0af39248f6898ef5f.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'sysutils/checkperms')
-rw-r--r--sysutils/checkperms/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index 42b0657c3c6..5ead7a4d61d 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/11/04 07:47:23 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2006/11/22 23:04:58 rillig Exp $
#
DISTNAME= checkperms-1.4
@@ -10,7 +10,7 @@ MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.schlechte-software.de/checkperms/
COMMENT= Check and correct file permissions
-INSTALLATION_DIRS_FROM_PLIST= yes
-MAKE_ENV+= ${BSD_MAKE_ENV}
+INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
+MAKE_ENV+= ${BSD_MAKE_ENV}
.include "../../mk/bsd.pkg.mk"