diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-21 04:52:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-21 04:52:05 +0800 |
commit | c1e90f781afcdd42726075d79393baaa574b70cd (patch) | |
tree | 94c2729f81a5617ad45de7439e1fdcee725a1d70 | |
parent | d4b9d93dd9a4711221556bac98b1f6e9d0aea487 (diff) | |
download | freebsd-ports-gnome-c1e90f781afcdd42726075d79393baaa574b70cd.tar.gz freebsd-ports-gnome-c1e90f781afcdd42726075d79393baaa574b70cd.tar.zst freebsd-ports-gnome-c1e90f781afcdd42726075d79393baaa574b70cd.zip |
Fix packaging
-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> |