pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groff To disable CHECK_PERMS, it works better...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a97c2f1ec159
branches:  trunk
changeset: 531554:a97c2f1ec159
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 01 22:33:03 2007 +0000

description:
To disable CHECK_PERMS, it works better to spell the option NO.
*blush*

diffstat:

 textproc/groff/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 951ebe077ef5 -r a97c2f1ec159 textproc/groff/Makefile
--- a/textproc/groff/Makefile   Wed Aug 01 21:53:16 2007 +0000
+++ b/textproc/groff/Makefile   Wed Aug 01 22:33:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2007/07/31 14:39:50 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2007/08/01 22:33:03 joerg Exp $
 #
 
 DISTNAME=      groff-1.19.2
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.gnu.org/software/groff/groff.html
 COMMENT=       GNU roff text processing suite
 
-CHECK_PERMS=           YES
+CHECK_PERMS=           NO
 
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index