diff options
Diffstat (limited to 'audio/festvox-el11/Makefile')
-rw-r--r-- | audio/festvox-el11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index 2ba5af39ed72..b34efb466344 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -29,6 +29,6 @@ post-extract: do-install: @${MKDIR} ${STAGEDIR}${FHOME} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME} - ${RM} -f ${STAGEDIR}${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING + ${RM} ${STAGEDIR}${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING .include <bsd.port.mk> |