svn commit: r346045 - head/x11-fonts/sharefonts

John Marino marino at FreeBSD.org
Tue Feb 25 16:16:13 UTC 2014


Author: marino
Date: Tue Feb 25 16:16:12 2014
New Revision: 346045
URL: http://svnweb.freebsd.org/changeset/ports/346045
QAT: https://qat.redports.org/buildarchive/r346045/

Log:
  x11-fonts/sharefonts: Actually support stage this time

Modified:
  head/x11-fonts/sharefonts/Makefile

Modified: head/x11-fonts/sharefonts/Makefile
==============================================================================
--- head/x11-fonts/sharefonts/Makefile	Tue Feb 25 16:15:10 2014	(r346044)
+++ head/x11-fonts/sharefonts/Makefile	Tue Feb 25 16:16:12 2014	(r346045)
@@ -18,7 +18,7 @@ FONTDIR?=	${PREFIX}/lib/X11/fonts/${PORT
 PLIST_SUB=	FONTDIR="${FONTDIR:S|${PREFIX}/||}"
 
 do-install:
-	@${MKDIR} ${FONTDIR}
-	${INSTALL_DATA} ${WRKDIR}/sharefont/* ${FONTDIR}
+	@${MKDIR} ${STAGEDIR}${FONTDIR}
+	${INSTALL_DATA} ${WRKDIR}/sharefont/* ${STAGEDIR}${FONTDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list