diff options
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 07cdac79d23..73ea5bbf295 100644 --- a/textproc/ja-groff/Makefile +++ b/textproc/ja-groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/09/20 10:59:40 hira Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/24 06:59:38 rillig Exp $ DISTNAME= groff-1.10 PKGNAME= ja-groff-0.99 @@ -20,6 +20,7 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_HAS_MANDIR= no #CONFIGURE_ENV+= CXXFLAGS="-fno-rtti -fno-exceptions -O" +MAKE_FLAGS+= manroot=${PREFIX}/${PKGMANDIR} REPLACE_PERL= grog/grog.pl REPLACE_PERL+= afmtodit/afmtodit.pl |