diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 12:01:20 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 12:01:20 +0000 |
commit | 5c1d21e2b910b16e7296e265c01f49d07d19d216 (patch) | |
tree | 5ab482300cc899872cfb51cc7fbf8e04d1a172f5 /audio/festdoc | |
parent | 38678d24b308d6c70628d9452e133435e2fe2d2d (diff) | |
download | ports-5c1d21e2b910b16e7296e265c01f49d07d19d216.tar.gz ports-5c1d21e2b910b16e7296e265c01f49d07d19d216.zip |
Notes
Diffstat (limited to 'audio/festdoc')
-rw-r--r-- | audio/festdoc/Makefile | 1 |
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} && \ |