pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ja-groff Set CONFIGURE_HAS_MANDIR to no.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f487184fdb7
branches:  trunk
changeset: 500467:3f487184fdb7
user:      hira <hira%pkgsrc.org@localhost>
date:      Sat Oct 08 22:06:46 2005 +0000

description:
Set CONFIGURE_HAS_MANDIR to no.
This configure doesn't know --mandir.

diffstat:

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

diffs (17 lines):

diff -r 6af9d8feefb2 -r 3f487184fdb7 textproc/ja-groff/Makefile
--- a/textproc/ja-groff/Makefile        Sat Oct 08 21:12:53 2005 +0000
+++ b/textproc/ja-groff/Makefile        Sat Oct 08 22:06:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:35 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/08 22:06:46 hira Exp $
 
 DISTNAME=      groff-1.10
 PKGNAME=       ja-groff-0.99
@@ -16,6 +16,7 @@
 
 USE_TOOLS+=    gmake
 GNU_CONFIGURE= yes
+CONFIGURE_HAS_MANDIR=  no
 #CONFIGURE_ENV+= CXXFLAGS="-fno-rtti -fno-exceptions -O"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index