aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-05-30 12:22:31 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-05-30 12:22:31 +0000
commitabdfeccaf2ede377cc78fc984d8e7ea94f12474d (patch)
tree134c5e5c52b7216d6b107a24f8acef5af096cdf5 /korean
parent4913ba90dce103caa9363734441d7e17adebb32c (diff)
downloadports-abdfeccaf2ede377cc78fc984d8e7ea94f12474d.tar.gz
ports-abdfeccaf2ede377cc78fc984d8e7ea94f12474d.zip
Notes
Diffstat (limited to 'korean')
-rw-r--r--korean/baekmukfonts-bdf/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/korean/baekmukfonts-bdf/Makefile b/korean/baekmukfonts-bdf/Makefile
index 756753e7b502..bcd265c751c0 100644
--- a/korean/baekmukfonts-bdf/Makefile
+++ b/korean/baekmukfonts-bdf/Makefile
@@ -41,7 +41,6 @@ USES= perl5
USE_PERL5= build
# manually install hinted fonts
-NO_STAGE= yes
do-configure:
.for FONTNAME in ${FONTLIST_MANUAL}
${GZIP_CMD} -cd ${_DISTDIR}/${FONTNAME}.bdf.gz \
@@ -57,11 +56,10 @@ do-build:
.endfor
do-install:
- @${MKDIR} ${PREFIX}/${FONTSDIR}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}
.for FONTNAME in ${FONTLIST}
${INSTALL_DATA} ${WRKDIR}/${FONTNAME}.pcf.gz \
- ${PREFIX}/${FONTSDIR}
+ ${STAGEDIR}${PREFIX}/${FONTSDIR}
.endfor
- @(cd ${PREFIX}/${FONTSDIR} && mkfontdir .)
.include <bsd.port.mk>