pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/checkperms checkperms uses a BSD-style Makefile.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68387942e458
branches:  trunk
changeset: 523579:68387942e458
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 10 07:42:00 2007 +0000

description:
checkperms uses a BSD-style Makefile.

diffstat:

 sysutils/checkperms/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5c299dadcee6 -r 68387942e458 sysutils/checkperms/Makefile
--- a/sysutils/checkperms/Makefile      Wed Jan 10 06:07:33 2007 +0000
+++ b/sysutils/checkperms/Makefile      Wed Jan 10 07:42:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/11/22 23:04:58 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2007/01/10 07:42:00 rillig Exp $
 #
 
 DISTNAME=      checkperms-1.4
@@ -11,6 +11,7 @@
 COMMENT=       Check and correct file permissions
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
-MAKE_ENV+=             ${BSD_MAKE_ENV}
+
+USE_BSD_MAKEFILE=      yes
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index