aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:49:31 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:49:31 +0000
commit4a392830a1e59502e6d8576ffda0e27aaefab6f0 (patch)
tree311e895f692f5b07db44e0c745ca537e8a8977ff /korean
parentfbf194f3697c5ff93ddbe686e1bceb79e4c289b7 (diff)
downloadports-4a392830a1e59502e6d8576ffda0e27aaefab6f0.tar.gz
ports-4a392830a1e59502e6d8576ffda0e27aaefab6f0.zip
Support staging
Notes
Notes: svn path=/head/; revision=345246
Diffstat (limited to 'korean')
-rw-r--r--korean/munhwafonts-cid/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/korean/munhwafonts-cid/Makefile b/korean/munhwafonts-cid/Makefile
index 95f1d530d3be..86eb345dfaaa 100644
--- a/korean/munhwafonts-cid/Makefile
+++ b/korean/munhwafonts-cid/Makefile
@@ -21,17 +21,16 @@ FONTSDIR= share/fonts/CIDFont
NO_BUILD= YES
PLIST_SUB= FONTSDIR=${FONTSDIR}
-NO_STAGE= yes
do-install:
- ${MKDIR} ${PREFIX}/${FONTSDIR}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}
${INSTALL_DATA} ${FILESDIR}/Munhwa-Regular-KSC-EUC-H.gsf \
${FILESDIR}/MunhwaGothic-Regular-KSC-EUC-H.gsf \
${FILESDIR}/Munhwa-Bold-KSC-EUC-H.gsf \
${FILESDIR}/MunhwaGothic-Bold-KSC-EUC-H.gsf \
- ${PREFIX}/${FONTSDIR}
+ ${STAGEDIR}${PREFIX}/${FONTSDIR}
for file in ${CID_FONTS_KO}; do \
${INSTALL_DATA} ${DISTDIR}/$$file \
- ${PREFIX}/${FONTSDIR}; \
+ ${STAGEDIR}${PREFIX}/${FONTSDIR}; \
done
.include <bsd.port.mk>