svn commit: r345235 - head/japanese/japaneseAFM

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 14:35:47 UTC 2014


Author: ehaupt
Date: Thu Feb 20 14:35:46 2014
New Revision: 345235
URL: http://svnweb.freebsd.org/changeset/ports/345235
QAT: https://qat.redports.org/buildarchive/r345235/

Log:
  Support staging

Modified:
  head/japanese/japaneseAFM/Makefile

Modified: head/japanese/japaneseAFM/Makefile
==============================================================================
--- head/japanese/japaneseAFM/Makefile	Thu Feb 20 14:34:58 2014	(r345234)
+++ head/japanese/japaneseAFM/Makefile	Thu Feb 20 14:35:46 2014	(r345235)
@@ -16,12 +16,11 @@ NO_BUILD=	yes
 
 AFMDIR=		${PREFIX}/share/fonts/afm
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${AFMDIR}
+	@${MKDIR} ${STAGEDIR}${AFMDIR}
 .for font in GothicBBB-Medium Ryumin-Light
 .for dir in H V
-	${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${AFMDIR}
+	${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${STAGEDIR}${AFMDIR}
 .endfor
 .endfor
 


More information about the svn-ports-all mailing list