svn commit: r381781 - head/x11-fonts/sourcecodepro-ttf
Baptiste Daroussin
bapt at FreeBSD.org
Fri Mar 20 20:52:06 UTC 2015
Author: bapt
Date: Fri Mar 20 20:52:05 2015
New Revision: 381781
URL: https://svnweb.freebsd.org/changeset/ports/381781
QAT: https://qat.redports.org/buildarchive/r381781/
Log:
Fix packaging
Modified:
head/x11-fonts/sourcecodepro-ttf/Makefile
Modified: head/x11-fonts/sourcecodepro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcecodepro-ttf/Makefile Fri Mar 20 20:34:29 2015 (r381780)
+++ head/x11-fonts/sourcecodepro-ttf/Makefile Fri Mar 20 20:52:05 2015 (r381781)
@@ -24,6 +24,6 @@ USE_GITHUB= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
- cd ${WRKSRC}/TTF/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list