diff options
author | ghen <ghen> | 2006-01-12 13:56:12 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-01-12 13:56:12 +0000 |
commit | e9762e606aad4ef1f80634c61c2d817806ac348a (patch) | |
tree | 732ac47345b92faaef0ba0840eaf064279c79e8c /print/xpdf | |
parent | e2e33fd17a74cfcc6269059f5cea7730982fb72d (diff) | |
download | pkgsrc-e9762e606aad4ef1f80634c61c2d817806ac348a.tar.gz |
Use += instead of = for appending to SUBST_FILES. (btw, Joerg, you could also
have used *.1 *.5 as in the original post-patch target.)
Diffstat (limited to 'print/xpdf')
-rw-r--r-- | print/xpdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |