pkgsrc/sysutils/checkperms/Makefile

26 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.13 2007/09/22 07:53:03 rillig Exp $
#
DISTNAME= checkperms-1.9
CATEGORIES= sysutils
MASTER_SITES= http://www.schlechte-software.de/checkperms/
MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.schlechte-software.de/checkperms/
COMMENT= Check and correct file permissions
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS_FROM_PLIST= yes
# Don't use USE_BSD_MAKEFILE here to avoid the dependency on nroff.
MAKE_ENV+= ${BSD_MAKE_ENV}
.include "../../mk/bsd.prefs.mk"
CHECK_PERMS= no
.if ${OPSYS} == "Linux"
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
.endif
.include "../../mk/bsd.pkg.mk"