diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-20 20:52:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-20 20:52:05 +0000 |
commit | 52164ae2b54f1699b94bb26920fc0445b0d477b3 (patch) | |
tree | 94c2729f81a5617ad45de7439e1fdcee725a1d70 /x11-fonts/sourcecodepro-ttf/Makefile | |
parent | ecd7d7f3877c2aa88e358c9096d47a2b6faf17eb (diff) | |
download | ports-52164ae2b54f1699b94bb26920fc0445b0d477b3.tar.gz ports-52164ae2b54f1699b94bb26920fc0445b0d477b3.zip |
Notes
Diffstat (limited to 'x11-fonts/sourcecodepro-ttf/Makefile')
-rw-r--r-- | x11-fonts/sourcecodepro-ttf/Makefile | 2 |
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> |