pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts Use `+=' instead of `=' for SUBST_CLASSES.
details: https://anonhg.NetBSD.org/pkgsrc/rev/00566aa90d70
branches: trunk
changeset: 481781:00566aa90d70
user: hira <hira%pkgsrc.org@localhost>
date: Tue Oct 12 11:11:52 2004 +0000
description:
Use `+=' instead of `=' for SUBST_CLASSES.
OK'd by uebayasi.
diffstat:
fonts/xorg-fontsTruetype/Makefile | 6 +++---
fonts/xorg-fontsType1/Makefile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r d0c24406de8d -r 00566aa90d70 fonts/xorg-fontsTruetype/Makefile
--- a/fonts/xorg-fontsTruetype/Makefile Tue Oct 12 11:08:03 2004 +0000
+++ b/fonts/xorg-fontsTruetype/Makefile Tue Oct 12 11:11:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/08 03:35:25 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/12 11:11:52 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsTruetype-${XORG_VER}
@@ -18,13 +18,13 @@
FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
-SUBST_CLASSES= font
+SUBST_CLASSES+= font
SUBST_STAGE.font= post-patch
SUBST_FILES.font= config/cf/X11.tmpl
SUBST_SED.font= -e "s,FCCACHE = \$$(BINDIR)/fc-cache,FCCACHE=${LOCALBASE}/bin/fc-cache,"
SUBST_MESSAGE.font= "Fixing path of fc-cache."
-SUBST_CLASSES= TTF
+SUBST_CLASSES+= TTF
SUBST_STAGE.TTF= post-configure
SUBST_FILES.TTF= fonts/scaled/TTF/Makefile
SUBST_SED.TTF= -e "s,/usr/X11R6,${LOCALBASE},g"
diff -r d0c24406de8d -r 00566aa90d70 fonts/xorg-fontsType1/Makefile
--- a/fonts/xorg-fontsType1/Makefile Tue Oct 12 11:08:03 2004 +0000
+++ b/fonts/xorg-fontsType1/Makefile Tue Oct 12 11:11:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/08 03:35:25 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/12 11:13:55 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsType1-${XORG_VER}
@@ -17,13 +17,13 @@
FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
-SUBST_CLASSES= font
+SUBST_CLASSES+= font
SUBST_STAGE.font= post-patch
SUBST_FILES.font= config/cf/X11.tmpl
SUBST_SED.font= -e "s,FCCACHE = \$$(BINDIR)/fc-cache,FCCACHE=${LOCALBASE}/bin/fc-cache,"
SUBST_MESSAGE.font= "Fixing path of fc-cache."
-SUBST_CLASSES= scaled
+SUBST_CLASSES+= scaled
SUBST_STAGE.scaled= post-configure
SUBST_FILES.scaled= fonts/scaled/Type1/Makefile
SUBST_SED.scaled= -e "s,/usr/X11R6,${LOCALBASE},g"
Home |
Main Index |
Thread Index |
Old Index