1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix use of COPYTREE_SHARE. (Shell pattern meta-characters must be escaped.)

This commit is contained in:
Tijl Coosemans 2013-07-15 15:48:15 +00:00
parent 0b6bc11c36
commit 9be85d445c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323062

View File

@ -44,8 +44,7 @@ do-extract:
.endfor
do-install:
@${MKDIR} ${DATADIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} * ${DATADIR}/
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
# Generates OPTIONS file from voices.conf -- really for maintainer use
# Only included for compatibility with anyone who wants to modify voices.conf