summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig>2009-11-20 10:12:18 +0000
committerrillig <rillig>2009-11-20 10:12:18 +0000
commit2db18968fbf8eadd16cd5fab512e65ea9d8f2b3d (patch)
treefd1e7326e940fd57fc0a394ec0ae8edcbbf72874 /sysutils
parent46f674488233d6849caec2b7e51e1383bce96371 (diff)
downloadpkgsrc-2db18968fbf8eadd16cd5fab512e65ea9d8f2b3d.tar.gz
The homepage and download URL changed.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/checkperms/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index e35f21dc60d..c6da1b6b31e 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.19 2009/05/19 08:59:33 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2009/11/20 10:12:18 rillig Exp $
#
DISTNAME= checkperms-1.10
CATEGORIES= sysutils
-MASTER_SITES= http://www.schlechte-software.de/checkperms/
+MASTER_SITES= http://www.roland-illig.de/checkperms/
MAINTAINER= rillig@NetBSD.org
-HOMEPAGE= http://www.schlechte-software.de/checkperms/
+HOMEPAGE= http://www.roland-illig.de/checkperms/
COMMENT= Check and correct file permissions
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
-AUTO_MKDIRS= yes
+AUTO_MKDIRS= yes
USE_BSD_MAKEFILE= yes
.include "../../mk/bsd.prefs.mk"
-INSTALLATION_DIRS= bin man/cat1 man/man1
+# Avoid the "hen and egg problem"
CHECK_PERMS= no
.if ${OPSYS} == "Linux"