diff options
author | hira <hira@pkgsrc.org> | 2005-10-08 22:06:46 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-10-08 22:06:46 +0000 |
commit | 0e719e66f0461494854db7e814f4e77a60966652 (patch) | |
tree | 519287dc7c927f11270dd1ecca6f70db0246bb2e /textproc | |
parent | bee60cd555c46069c2cd0c3401dd01618b725151 (diff) | |
download | pkgsrc-0e719e66f0461494854db7e814f4e77a60966652.tar.gz |
Set CONFIGURE_HAS_MANDIR to no.
This configure doesn't know --mandir.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ja-groff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ja-groff/Makefile b/textproc/ja-groff/Makefile index b58f978a5d9..43c79c3dfc2 100644 --- a/textproc/ja-groff/Makefile +++ b/textproc/ja-groff/Makefile @@ -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 @@ COMMENT= Japanese enhancement of GNU groff USE_TOOLS+= gmake GNU_CONFIGURE= yes +CONFIGURE_HAS_MANDIR= no #CONFIGURE_ENV+= CXXFLAGS="-fno-rtti -fno-exceptions -O" .include "../../mk/bsd.pkg.mk" |