summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2004-10-12 11:11:52 +0000
committerhira <hira@pkgsrc.org>2004-10-12 11:11:52 +0000
commit24b862f36249161fa75cae92114a6ffbb2e1a20a (patch)
tree661245ab58bbd5986a5690db5f068deaa9c3a49a /fonts
parent7164da2e7fb7f6f94800b5196b75de51b15e6bb2 (diff)
downloadpkgsrc-24b862f36249161fa75cae92114a6ffbb2e1a20a.tar.gz
Use `+=' instead of `=' for SUBST_CLASSES.
OK'd by uebayasi.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/xorg-fontsTruetype/Makefile6
-rw-r--r--fonts/xorg-fontsType1/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/xorg-fontsTruetype/Makefile b/fonts/xorg-fontsTruetype/Makefile
index e5c0b74cafc..b20f3ff8504 100644
--- a/fonts/xorg-fontsTruetype/Makefile
+++ b/fonts/xorg-fontsTruetype/Makefile
@@ -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 @@ XINSTALL_DIRS= fonts/scaled/TTF
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 --git a/fonts/xorg-fontsType1/Makefile b/fonts/xorg-fontsType1/Makefile
index 0694516a776..fbcc58506b9 100644
--- a/fonts/xorg-fontsType1/Makefile
+++ b/fonts/xorg-fontsType1/Makefile
@@ -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 @@ XINSTALL_DIRS= fonts/scaled/Type1
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"