File:
[cvs.NetBSD.org] /
pkgsrc /
sysutils /
checkperms /
Makefile
Revision
1.18:
download - view:
text,
annotated -
select for diffs
Thu Feb 28 11:58:49 2008 UTC (17 years, 2 months ago) by
rillig
Branches:
MAIN
CVS tags:
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
# $NetBSD: Makefile,v 1.18 2008/02/28 11:58:49 rillig Exp $
#
DISTNAME= checkperms-1.10
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
#LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
AUTO_MKDIRS= yes
USE_BSD_MAKEFILE= yes
.include "../../mk/bsd.prefs.mk"
INSTALLATION_DIRS= bin man/cat1 man/man1
CHECK_PERMS= no
.if ${OPSYS} == "Linux"
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
.endif
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>