From dfdc1e8cb0ed261b7eb0000421254a634940b335 Mon Sep 17 00:00:00 2001 From: ghen Date: Thu, 12 Jan 2006 13:56:12 +0000 Subject: Use += instead of = for appending to SUBST_FILES. (btw, Joerg, you could also have used *.1 *.5 as in the original post-patch target.) --- print/xpdf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print') diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index fa8b5edab8d..fed32ff0078 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/01/12 02:02:16 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2006/01/12 13:56:12 ghen Exp $ DISTNAME= xpdf-3.01 PKGNAME= ${DISTNAME}pl1 @@ -39,8 +39,8 @@ CONF_FILES= ${EGDIR}/xpdfrc ${PKG_SYSCONFDIR}/xpdfrc SUBST_CLASSES+= paths SUBST_FILES.paths= doc/pdffonts.1 doc/pdfimages.1 doc/pdfinfo.1 -SUBST_FILES.paths= doc/pdftopnm.1 doc/pdftops.1 doc/pdftotext.1 -SUBST_FILES.paths= doc/sample-xpdfrc doc/xpdf.1 doc/xpdfrc.5 +SUBST_FILES.paths+= doc/pdftopnm.1 doc/pdftops.1 doc/pdftotext.1 +SUBST_FILES.paths+= doc/sample-xpdfrc doc/xpdf.1 doc/xpdfrc.5 SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g' SUBST_SED.paths+= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g' SUBST_STAGE.paths= post-patch -- cgit v1.2.3