svn commit: r355824 - head/korean/baekmukfonts-bdf

Pawel Pekala pawel at FreeBSD.org
Fri May 30 12:22:32 UTC 2014


Author: pawel
Date: Fri May 30 12:22:31 2014
New Revision: 355824
URL: http://svnweb.freebsd.org/changeset/ports/355824
QAT: https://qat.redports.org/buildarchive/r355824/

Log:
  Add staging support

Modified:
  head/korean/baekmukfonts-bdf/Makefile

Modified: head/korean/baekmukfonts-bdf/Makefile
==============================================================================
--- head/korean/baekmukfonts-bdf/Makefile	Fri May 30 12:21:12 2014	(r355823)
+++ head/korean/baekmukfonts-bdf/Makefile	Fri May 30 12:22:31 2014	(r355824)
@@ -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>


More information about the svn-ports-all mailing list