aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/sourcecodepro-ttf/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-20 20:52:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-20 20:52:05 +0000
commit52164ae2b54f1699b94bb26920fc0445b0d477b3 (patch)
tree94c2729f81a5617ad45de7439e1fdcee725a1d70 /x11-fonts/sourcecodepro-ttf/Makefile
parentecd7d7f3877c2aa88e358c9096d47a2b6faf17eb (diff)
downloadports-52164ae2b54f1699b94bb26920fc0445b0d477b3.tar.gz
ports-52164ae2b54f1699b94bb26920fc0445b0d477b3.zip
Notes
Diffstat (limited to 'x11-fonts/sourcecodepro-ttf/Makefile')
-rw-r--r--x11-fonts/sourcecodepro-ttf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/sourcecodepro-ttf/Makefile b/x11-fonts/sourcecodepro-ttf/Makefile
index bd34c2729b21..7466529b51ad 100644
--- a/x11-fonts/sourcecodepro-ttf/Makefile
+++ b/x11-fonts/sourcecodepro-ttf/Makefile
@@ -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>