From f2f4cabe366597e929711c1e03c73eef32e4ed14 Mon Sep 17 00:00:00 2001 From: recht Date: Tue, 27 Apr 2004 11:45:07 +0000 Subject: Replace "sed" by ${SED} in configure and pdflib-config.in to ensure a working sed. Addresses PR pkg/25306 by Georg Schwarz. --- print/pdflib/Makefile.common | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'print/pdflib') diff --git a/print/pdflib/Makefile.common b/print/pdflib/Makefile.common index 4db6f4460b0..6fde2c1a961 100644 --- a/print/pdflib/Makefile.common +++ b/print/pdflib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/02/14 17:21:50 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/04/27 11:45:07 recht Exp $ DISTNAME= pdflib-${PDFLIB_DIST_VERS} PKGREVISION= 1 @@ -37,5 +37,11 @@ CONFIGURE_ARGS+= --enable-cxx=no CPPFLAGS+= -Dunix +SUBST_CLASSES+= sed +SUBST_STAGE.sed= pre-configure +SUBST_FILES.sed= configure pdflib-config.in +SUBST_SED.sed= -e "s|^sed |${SED} |g" +SUBST_SED.sed+= -e "s| sed | ${SED} |g" + .include "../../graphics/png/buildlink2.mk" .include "../../graphics/tiff/buildlink2.mk" -- cgit v1.2.3