summaryrefslogtreecommitdiff
path: root/audio/festdoc
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-12-31 12:01:20 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-12-31 12:01:20 +0000
commit5c1d21e2b910b16e7296e265c01f49d07d19d216 (patch)
tree5ab482300cc899872cfb51cc7fbf8e04d1a172f5 /audio/festdoc
parentRedirect output from apachectl to /dev/null. (diff)
- mtree fixes
- when building Festival with OGI, make pkg-plist by concatenation
Notes
Notes: svn path=/head/; revision=36528
Diffstat (limited to 'audio/festdoc')
-rw-r--r--audio/festdoc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile
index 2a86bb0d2dde..2636274b1077 100644
--- a/audio/festdoc/Makefile
+++ b/audio/festdoc/Makefile
@@ -30,6 +30,7 @@ post-extract:
do-install:
${MKDIR} ${FDOC}
+ ${RM} ${WRKSRC}/festival/info/festival.info.orig
cd ${WRKSRC} && info=`find . -name '*.info*' -type f` && \
${CP} $$info ${PREFIX}/info && \
${CP} -r ${WRKSRC}/* ${FDOC} && \