pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groff On some platforms, groff is needed to b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29046aa24407
branches:  trunk
changeset: 531489:29046aa24407
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 31 14:39:50 2007 +0000

description:
On some platforms, groff is needed to build checkperms, so disable
the check here.

diffstat:

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

diffs (18 lines):

diff -r 3e4509fab3e4 -r 29046aa24407 textproc/groff/Makefile
--- a/textproc/groff/Makefile   Tue Jul 31 14:31:27 2007 +0000
+++ b/textproc/groff/Makefile   Tue Jul 31 14:39:50 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2007/07/20 01:05:11 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2007/07/31 14:39:50 joerg Exp $
 #
 
 DISTNAME=      groff-1.19.2
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.gnu.org/software/groff/groff.html
 COMMENT=       GNU roff text processing suite
 
+CHECK_PERMS=           YES
+
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 CONFIGURE_ENV+=                PERLPATH=${PERL5:Q}



Home | Main Index | Thread Index | Old Index