21 lines
519 B
Makefile
21 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/03/05 23:12:39 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= checkperms-1.7
|
|
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
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
|
|
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${OPSYS} == "Linux"
|
|
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|