diff options
author | obache <obache@pkgsrc.org> | 2011-04-26 12:07:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-26 12:07:14 +0000 |
commit | a51101d01ae6a2dae25933d526e20303a398312a (patch) | |
tree | 7d79290985371fa01dd26544e412ccf0b8f8ea07 | |
parent | caeb75d51416829da0820ec9a40b8193c4ce7882 (diff) | |
download | pkgsrc-a51101d01ae6a2dae25933d526e20303a398312a.tar.gz |
replace shebang for perl scripts.
Bump PKGREVISION.
-rw-r--r-- | textproc/groff/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 69f83bef127..98e1317ccb1 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2010/02/04 13:13:57 tnn Exp $ +# $NetBSD: Makefile,v 1.57 2011/04/26 12:07:14 obache Exp $ # DISTNAME= groff-1.20.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -25,6 +25,12 @@ USE_FEATURES= getopt_long INFO_FILES= YES REPLACE_AWK+= font/devlj4/generate/special.awk +REPLACE_PERL+= contrib/groffer/perl/func.pl +REPLACE_PERL+= contrib/groffer/perl/groffer.pl +REPLACE_PERL+= contrib/groffer/perl/man.pl +REPLACE_PERL+= contrib/groffer/perl/perl_test.pl +REPLACE_PERL+= contrib/groffer/perl/roff2.pl +REPLACE_PERL+= src/roff/grog/grog.pl REPLACE_INTERPRETER+= sed REPLACE.sed.old= .*/sed |