diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 13:03:14 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 13:03:14 +0000 |
commit | 886a9071a1cc4b364b0a8ff097f1bd58778aea11 (patch) | |
tree | c9d301ed55367daf089b38d9246d62856e45d5db /audio/flite | |
parent | 0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff) | |
download | ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.tar.gz ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.zip |
Notes
Diffstat (limited to 'audio/flite')
-rw-r--r-- | audio/flite/Makefile | 7 |
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> |