diff options
author | rillig <rillig@pkgsrc.org> | 2009-11-20 10:12:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-11-20 10:12:18 +0000 |
commit | 95f62361e66c9d3e09fec4e041ac4c9db52ad29c (patch) | |
tree | fd1e7326e940fd57fc0a394ec0ae8edcbbf72874 /sysutils | |
parent | 4cf3cb36eadefe5c2744636776569a3dbd03eee7 (diff) | |
download | pkgsrc-95f62361e66c9d3e09fec4e041ac4c9db52ad29c.tar.gz |
The homepage and download URL changed.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/checkperms/Makefile | 10 |
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" |