2009-12-05 11:23:34 +01:00
|
|
|
# $NetBSD: Makefile,v 1.21 2009/12/05 10:23:34 rillig Exp $
|
2006-10-07 01:46:29 +02:00
|
|
|
#
|
|
|
|
|
2009-12-05 11:23:34 +01:00
|
|
|
DISTNAME= checkperms-1.11
|
2006-10-07 01:46:29 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-11-20 11:12:18 +01:00
|
|
|
MASTER_SITES= http://www.roland-illig.de/checkperms/
|
2006-10-07 01:46:29 +02:00
|
|
|
|
|
|
|
MAINTAINER= rillig@NetBSD.org
|
2009-11-20 11:12:18 +01:00
|
|
|
HOMEPAGE= http://www.roland-illig.de/checkperms/
|
2006-10-07 01:46:29 +02:00
|
|
|
COMMENT= Check and correct file permissions
|
2009-05-19 10:59:00 +02:00
|
|
|
LICENSE= modified-bsd
|
2006-10-07 01:46:29 +02:00
|
|
|
|
2007-07-30 12:18:32 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2009-11-20 11:12:18 +01:00
|
|
|
AUTO_MKDIRS= yes
|
2007-09-22 09:53:03 +02:00
|
|
|
|
2008-02-07 14:16:50 +01:00
|
|
|
USE_BSD_MAKEFILE= yes
|
2006-10-07 01:46:29 +02:00
|
|
|
|
2007-03-06 00:12:39 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
2007-07-03 16:04:17 +02:00
|
|
|
|
2009-11-20 11:12:18 +01:00
|
|
|
# Avoid the "hen and egg problem"
|
2007-07-03 16:04:17 +02:00
|
|
|
CHECK_PERMS= no
|
|
|
|
|
2007-03-06 00:12:39 +01:00
|
|
|
.if ${OPSYS} == "Linux"
|
|
|
|
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
|
|
|
|
.endif
|
|
|
|
|
2006-10-07 01:46:29 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|