pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ja-groff Fix path in perl scripts. USE_TOOLS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a0ed86150f4
branches:  trunk
changeset: 518849:0a0ed86150f4
user:      hira <hira%pkgsrc.org@localhost>
date:      Wed Sep 20 10:59:40 2006 +0000

description:
Fix path in perl scripts.  USE_TOOLS+=perl:run.
Bump PKGREVISION.

diffstat:

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

diffs (29 lines):

diff -r 63ad32e1e92b -r 0a0ed86150f4 textproc/ja-groff/Makefile
--- a/textproc/ja-groff/Makefile        Wed Sep 20 07:39:54 2006 +0000
+++ b/textproc/ja-groff/Makefile        Wed Sep 20 10:59:40 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index