pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xpdf Use += instead of = for appending to SUBST_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3326ea1ec216
branches:  trunk
changeset: 506136:3326ea1ec216
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Jan 12 13:56:12 2006 +0000

description:
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:

 print/xpdf/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3b2814b881b9 -r 3326ea1ec216 print/xpdf/Makefile
--- a/print/xpdf/Makefile       Thu Jan 12 13:55:40 2006 +0000
+++ b/print/xpdf/Makefile       Thu Jan 12 13:56:12 2006 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index