svn commit: r343783 - head/x11-fonts/dejavu

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 11 17:02:47 UTC 2014


Author: sunpoet
Date: Tue Feb 11 17:02:47 2014
New Revision: 343783
URL: http://svnweb.freebsd.org/changeset/ports/343783
QAT: https://qat.redports.org/buildarchive/r343783/

Log:
  - Fix staging support
  
  PR:		ports/184705
  Submitted by:	rk <hsn at sendmail.cz>

Modified:
  head/x11-fonts/dejavu/Makefile

Modified: head/x11-fonts/dejavu/Makefile
==============================================================================
--- head/x11-fonts/dejavu/Makefile	Tue Feb 11 17:02:37 2014	(r343782)
+++ head/x11-fonts/dejavu/Makefile	Tue Feb 11 17:02:47 2014	(r343783)
@@ -38,7 +38,7 @@ PLIST_SUB+=	FCDIR_LINKS="@comment "
 .endif
 
 do-install:
-	${MKDIR} ${STAGEDIR}${FCDIR} ${STAGEDIR}${FONTSDIR}/
+	${MKDIR} ${STAGEDIR}${FCDIR}/ ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ ${STAGEDIR}${FONTSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/fontconfig/*.conf ${STAGEDIR}${FCDIR}/
 	${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${STAGEDIR}${FONTSDIR}/
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-head mailing list