diff options
author | hira <hira> | 2006-09-20 10:59:40 +0000 |
---|---|---|
committer | hira <hira> | 2006-09-20 10:59:40 +0000 |
commit | f309bafc70bdfce88c584c81265a0848bbe66872 (patch) | |
tree | 7ddb1f302fc5f99a86e29a0dfe622bc38cd6ef72 /textproc | |
parent | 85423919e75d74b1bd0cf09d342558b58646a075 (diff) | |
download | pkgsrc-f309bafc70bdfce88c584c81265a0848bbe66872.tar.gz |
Fix path in perl scripts. USE_TOOLS+=perl:run.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ja-groff/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/ja-groff/Makefile b/textproc/ja-groff/Makefile index efd825477dd..07cdac79d23 100644 --- a/textproc/ja-groff/Makefile +++ b/textproc/ja-groff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/09/03 00:56:30 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/20 10:59:40 hira Exp $ DISTNAME= groff-1.10 PKGNAME= ja-groff-0.99 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -15,10 +15,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/groff/groff.html COMMENT= Japanese enhancement of GNU groff -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_HAS_MANDIR= no #CONFIGURE_ENV+= CXXFLAGS="-fno-rtti -fno-exceptions -O" +REPLACE_PERL= grog/grog.pl +REPLACE_PERL+= afmtodit/afmtodit.pl + .include "../../mk/bsd.pkg.mk" |