Create both FDOC and HDOC. Should fix bulk build failure.
This commit is contained in:
parent
9c4652bc58
commit
32674d7281
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2003/06/26 12:42:30 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2003/07/22 13:40:45 wiz Exp $
|
||||
|
||||
DISTNAME= festdoc-1.4.0.1
|
||||
PKGNAME= festival-doc-1.4.0.1
|
||||
|
@ -28,6 +28,7 @@ post-extract:
|
|||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FDOC}
|
||||
${INSTALL_DATA_DIR} ${HDOC}
|
||||
cd ${WRKSRC}; \
|
||||
${PAX} -rw speechtools ${HDOC}; \
|
||||
cd festival; \
|
||||
|
|
Loading…
Reference in a new issue