pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groff Fixed the path to the sed interpreter. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36967e5fcda1
branches:  trunk
changeset: 509633:36967e5fcda1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 12 16:26:09 2006 +0000

description:
Fixed the path to the sed interpreter. Bumped PKGREVISION.

diffstat:

 textproc/groff/Makefile |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r c42160c478dd -r 36967e5fcda1 textproc/groff/Makefile
--- a/textproc/groff/Makefile   Sun Mar 12 16:15:28 2006 +0000
+++ b/textproc/groff/Makefile   Sun Mar 12 16:26:09 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index