diff options
author | rillig <rillig> | 2006-10-24 06:59:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-24 06:59:38 +0000 |
commit | 3b19fce0b3c12ea598e1ec8822dcb536f776dbd1 (patch) | |
tree | 8f9bd5c8ea9a6b12e6e34518560ab4dc4611a949 /textproc/ja-groff | |
parent | ddccdaf999a0aeba9cd5853cba6db4a9dd30229b (diff) | |
download | pkgsrc-3b19fce0b3c12ea598e1ec8822dcb536f776dbd1.tar.gz |
Fixed PKGMANDIR.
Diffstat (limited to 'textproc/ja-groff')
-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 |