diff options
author | rillig <rillig> | 2006-03-12 16:26:09 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-03-12 16:26:09 +0000 |
commit | 92eae8bd8caf4660ff2223f80e8adcd636bd9de0 (patch) | |
tree | 822aaea481597b518d905e47b6469142a30e6e6d /textproc | |
parent | f44f6f7cb359201d55940cda63eef685d1b2a5c2 (diff) | |
download | pkgsrc-92eae8bd8caf4660ff2223f80e8adcd636bd9de0.tar.gz |
Fixed the path to the sed interpreter. Bumped PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groff/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 716d8dbdbaf..fec959a08d1 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2006/03/05 19:23:21 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2006/03/12 16:26:09 rillig Exp $ # DISTNAME= groff-1.19.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -16,10 +16,15 @@ DEPENDS+= psutils>=1.17:../../print/psutils USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ENV+= PERLPATH=${PERL5:Q} -USE_TOOLS+= gs:run perl:run +USE_TOOLS+= gs:run perl:run sed:run INFO_FILES= groff +REPLACE_INTERPRETER+= sed +REPLACE.sed.old= .*/sed +REPLACE.sed.new= ${SED} +REPLACE_FILES.sed+= font/devps/generate/symbol.sed + .include "options.mk" .include "../../mk/bsd.prefs.mk" |