update Sat Dec 5 06:37:00 PST 2009
[pkgsrc.git] / sysutils / checkperms / Makefile
1 # $NetBSD: Makefile,v 1.21 2009/12/05 10:23:34 rillig Exp $
2 #
3
4 DISTNAME=       checkperms-1.11
5 CATEGORIES=     sysutils
6 MASTER_SITES=   http://www.roland-illig.de/checkperms/
7
8 MAINTAINER=     rillig@NetBSD.org
9 HOMEPAGE=       http://www.roland-illig.de/checkperms/
10 COMMENT=        Check and correct file permissions
11 LICENSE=        modified-bsd
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14 AUTO_MKDIRS=            yes
15
16 USE_BSD_MAKEFILE=       yes
17
18 .include "../../mk/bsd.prefs.mk"
19
20 # Avoid the "hen and egg problem"
21 CHECK_PERMS=            no
22
23 .if ${OPSYS} == "Linux"
24 MAKE_ENV+=      NOGCCERROR=yes          # see PR 35930
25 .endif
26
27 .include "../../mk/bsd.pkg.mk"