diff options
author | trevor <trevor@FreeBSD.org> | 2000-12-31 12:01:20 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-12-31 12:01:20 +0000 |
commit | 4d5eaea5d3bc65368ef5e77d0d4ab4c2398fb5ad (patch) | |
tree | b66a9c8c46f9ce02dc49ad478d8ab3b32774591e /audio/festdoc | |
parent | 72cfd4d2c52602d24df495c1618389fa686cc41e (diff) | |
download | FreeBSD-ports-4d5eaea5d3bc65368ef5e77d0d4ab4c2398fb5ad.zip FreeBSD-ports-4d5eaea5d3bc65368ef5e77d0d4ab4c2398fb5ad.tar.gz |
- mtree fixes
- when building Festival with OGI, make pkg-plist by concatenation
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 2a86bb0..2636274 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} && \ |