diff options
Diffstat (limited to 'audio/festdoc/Makefile')
-rw-r--r-- | audio/festdoc/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile deleted file mode 100644 index 8169f0839a61..000000000000 --- a/audio/festdoc/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: trevor -# $FreeBSD$ - -PORTNAME= festdoc -PORTVERSION= 1.4.0.1 -CATEGORIES= audio accessibility -MASTER_SITES= FESTIVAL/1.4.1 -DIST_SUBDIR= festival - -MAINTAINER= ports@FreeBSD.org -COMMENT= Documentation for Festival - -USES= makeinfo -NO_BUILD= yes - -INFO= festival -FDOC= ${PREFIX}/share/doc/festival - -post-extract: - ${RM} ${WRKSRC}/festival/src-manual/c3750.htm~ - ${RM} ${WRKSRC}/speechtools/c16909.htm~ - ${RMDIR} ${WRKSRC}/festival/src-manual/images_gen - -do-install: - ${MKDIR} ${STAGEDIR}${FDOC} - ${RM} ${WRKSRC}/festival/info/festival.info.orig - cd ${WRKSRC} && info=`${FIND} . -name '*.info*' -type f` && \ - ${CP} $$info ${STAGEDIR}${PREFIX}/info && \ - ${CP} -r ${WRKSRC}/* ${STAGEDIR}${FDOC} && \ - cd ${STAGEDIR}${FDOC} && \ - ${RM} $$info && \ - ${RMDIR} festival/info - -.include <bsd.port.mk> |