diff options
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r-- | textproc/groff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index ab84bae5d88..a0447655ec0 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.70 2013/09/12 10:39:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.71 2013/09/17 21:15:37 joerg Exp $ # DISTNAME= groff-1.20.1 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -27,6 +27,7 @@ USE_FEATURES= getopt_long INFO_FILES= YES REPLACE_AWK+= font/devlj4/generate/special.awk +REPLACE_PERL+= contrib/chem/chem.pl REPLACE_PERL+= contrib/groffer/perl/func.pl REPLACE_PERL+= contrib/groffer/perl/groffer.pl REPLACE_PERL+= contrib/groffer/perl/man.pl |