Use +=' instead of
=' for SUBST_CLASSES.
OK'd by uebayasi.
This commit is contained in:
parent
7164da2e7f
commit
24b862f362
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue