summaryrefslogtreecommitdiff
path: root/sysutils/checkperms
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-04 07:47:23 +0000
committerrillig <rillig@pkgsrc.org>2006-11-04 07:47:23 +0000
commit3f3852caae22306240e485540fb5965f54be52e9 (patch)
treed469dbbfed536e65efa0cceee0921c46cef2192d /sysutils/checkperms
parent9dfb6ae2ac264a21a122f942ee5038263839d7be (diff)
downloadpkgsrc-3f3852caae22306240e485540fb5965f54be52e9.tar.gz
Added the preformatted manual page. PKGREVISION++
Switched to using INSTALLATION_DIRS_FROM_PLIST.
Diffstat (limited to 'sysutils/checkperms')
-rw-r--r--sysutils/checkperms/Makefile10
-rw-r--r--sysutils/checkperms/PLIST3
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index 8ab3e43ef47..42b0657c3c6 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2006/11/02 19:31:11 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2006/11/04 07:47:23 rillig Exp $
#
DISTNAME= checkperms-1.4
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.schlechte-software.de/checkperms/
@@ -9,10 +10,7 @@ MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.schlechte-software.de/checkperms/
COMMENT= Check and correct file permissions
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/checkperms ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/checkperms.1 ${PREFIX}/${PKGMANDIR}/man1/
+INSTALLATION_DIRS_FROM_PLIST= yes
+MAKE_ENV+= ${BSD_MAKE_ENV}
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/checkperms/PLIST b/sysutils/checkperms/PLIST
index 2104db75eaa..f9d7fda8408 100644
--- a/sysutils/checkperms/PLIST
+++ b/sysutils/checkperms/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/06 23:46:29 rillig Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/11/04 07:47:23 rillig Exp $
bin/checkperms
+man/cat1/checkperms.0
man/man1/checkperms.1