aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2014-07-05 05:37:54 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2014-07-05 05:37:54 +0000
commit10cb91226d2d81bd0d9f82495835cabef58e3869 (patch)
tree3b75c1b9447fba7ae57e3af1e62156089e6715a2 /chinese
parent7288021d3bab56f0696f057366fbd8a41a474b57 (diff)
downloadports-10cb91226d2d81bd0d9f82495835cabef58e3869.tar.gz
ports-10cb91226d2d81bd0d9f82495835cabef58e3869.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/CJKUnifonts/Makefile7
-rw-r--r--chinese/CNS11643-font/Makefile5
-rw-r--r--chinese/opendesktop-fonts/Makefile7
3 files changed, 8 insertions, 11 deletions
diff --git a/chinese/CJKUnifonts/Makefile b/chinese/CJKUnifonts/Makefile
index 2f370778f180..73d6beb7d647 100644
--- a/chinese/CJKUnifonts/Makefile
+++ b/chinese/CJKUnifonts/Makefile
@@ -21,11 +21,10 @@ NO_BUILD= yes
TTF= ukai.ttc uming.ttc
-NO_STAGE= yes
do-install:
- @${MKDIR} ${FONTSDIR}
- ${INSTALL_DATA} ${WRKDIR}/ukai.ttc ${FONTSDIR}
- ${INSTALL_DATA} ${WRKDIR}/uming.ttc ${FONTSDIR}
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKDIR}/ukai.ttc ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKDIR}/uming.ttc ${STAGEDIR}${FONTSDIR}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
diff --git a/chinese/CNS11643-font/Makefile b/chinese/CNS11643-font/Makefile
index 0d0e7fb93ba8..36a79c7ff289 100644
--- a/chinese/CNS11643-font/Makefile
+++ b/chinese/CNS11643-font/Makefile
@@ -24,11 +24,10 @@ NO_BUILD= yes
TTF= TW-Kai-98_1.ttf TW-Sung-98_1.ttf
-NO_STAGE= yes
do-install:
- @${MKDIR} ${FONTSDIR}
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
.for f in ${TTF}
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${FONTSDIR}
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${STAGEDIR}${FONTSDIR}
.endfor
post-install:
diff --git a/chinese/opendesktop-fonts/Makefile b/chinese/opendesktop-fonts/Makefile
index c09179fe747c..9f3030d07d15 100644
--- a/chinese/opendesktop-fonts/Makefile
+++ b/chinese/opendesktop-fonts/Makefile
@@ -17,7 +17,6 @@ NO_BUILD= yes
TTF= odokai-ExtB.ttf odokai.ttf odosung-ExtB.ttf odosung.ttc
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_X11)
@@ -36,11 +35,11 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.bak" -delete
do-install:
- ${MKDIR} ${FONTSDIR}
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}
.for i in ${TTF}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${FONTSDIR}
.endfor
- ${INSTALL_DATA} ${FILESDIR}/local.conf-odo ${FONTSDIR}
+ ${INSTALL_DATA} ${FILESDIR}/local.conf-odo ${STAGEDIR}${FONTSDIR}
.if !defined(WITHOUT_X11)
${INSTALL_DATA} ${FILESDIR}/local.conf-odo ${LOCALBASE}/etc/fonts/local.conf
.endif