pkgsrc/sysutils/checkperms/Makefile

28 lines
577 B
Makefile
Raw Normal View History

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