summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groff/Makefile11
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"