diff options
author | hira <hira> | 2004-10-12 11:11:52 +0000 |
---|---|---|
committer | hira <hira> | 2004-10-12 11:11:52 +0000 |
commit | 959d540aca18e7723f2c97ef2c7a564bd2875358 (patch) | |
tree | 661245ab58bbd5986a5690db5f068deaa9c3a49a /fonts | |
parent | 6d8828ac426126d3912d05dce20af1f85e0384fc (diff) | |
download | pkgsrc-959d540aca18e7723f2c97ef2c7a564bd2875358.tar.gz |
Use `+=' instead of `=' for SUBST_CLASSES.
OK'd by uebayasi.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/xorg-fontsTruetype/Makefile | 6 | ||||
-rw-r--r-- | fonts/xorg-fontsType1/Makefile | 6 |
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" |