diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-07-15 15:48:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-07-15 15:48:15 +0000 |
commit | 9be85d445caabecb368b1d2a4700f234ddc14661 (patch) | |
tree | b9abacb49e9d1c8427f78322cec27be17b96f932 /audio/mbrolavox | |
parent | 0b6bc11c36e9c035ea9026bffdc387e86a7c609d (diff) | |
download | ports-9be85d445caabecb368b1d2a4700f234ddc14661.tar.gz ports-9be85d445caabecb368b1d2a4700f234ddc14661.zip |
Notes
Diffstat (limited to 'audio/mbrolavox')
-rw-r--r-- | audio/mbrolavox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mbrolavox/Makefile b/audio/mbrolavox/Makefile index 4567b8a052c1..9f1c37540b8b 100644 --- a/audio/mbrolavox/Makefile +++ b/audio/mbrolavox/Makefile @@ -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 |