aboutsummaryrefslogtreecommitdiff
path: root/audio/flite
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-01 13:03:14 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-01 13:03:14 +0000
commit886a9071a1cc4b364b0a8ff097f1bd58778aea11 (patch)
treec9d301ed55367daf089b38d9246d62856e45d5db /audio/flite
parent0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff)
downloadports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.tar.gz
ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.zip
Notes
Diffstat (limited to 'audio/flite')
-rw-r--r--audio/flite/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile
index 46373c8acd60..cc794840a989 100644
--- a/audio/flite/Makefile
+++ b/audio/flite/Makefile
@@ -12,8 +12,7 @@ COMMENT= Small run-time speech synthesis engine
OPTIONS_DEFINE= DOCS
-USES= gmake desthack
-USE_BZIP2= yes
+USES= tar:bzip2 gmake desthack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared=yes
USE_LDCONFIG= yes
@@ -26,7 +25,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|-pd|-p|g' ${WRKSRC}/main/Makefile
post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>