Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 12:22:32 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355824 - head/korean/baekmukfonts-bdf
Message-ID:  <201405301222.s4UCMWsZ035227@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301222.s4UCMWsZ035227>