diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-en1/Makefile | 3 | ||||
-rw-r--r-- | audio/festvox-us1/Makefile | 3 | ||||
-rw-r--r-- | audio/festvox-us2/Makefile | 3 | ||||
-rw-r--r-- | audio/festvox-us3/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile index 2f95cb4b9f9..135c79adac8 100644 --- a/audio/festvox-en1/Makefile +++ b/audio/festvox-en1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:33 asau Exp $ +# $NetBSD: Makefile,v 1.28 2013/10/18 11:41:17 bsiegert Exp $ DISTNAME= festvox_en1 PKGNAME= festvox-en1-1.4.0 @@ -30,6 +30,7 @@ post-extract: ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${FHOME} cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME} #ugh ${LN} -fs ../../../../../mbrola/voices/en1 ${DESTDIR}${MBROLA} diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile index fb7180a6969..2345fe64286 100644 --- a/audio/festvox-us1/Makefile +++ b/audio/festvox-us1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:36 asau Exp $ +# $NetBSD: Makefile,v 1.23 2013/10/18 11:41:17 bsiegert Exp $ DISTNAME= festvox_us1 PKGNAME= festvox-us1-1.4.0 @@ -30,6 +30,7 @@ post-extract: ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${FHOME} cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME} #ugh ${LN} -fs ../../../../../mbrola/voices/us1 ${DESTDIR}${MBROLA} diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile index ecd04cb2500..367687f4815 100644 --- a/audio/festvox-us2/Makefile +++ b/audio/festvox-us2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:36 asau Exp $ +# $NetBSD: Makefile,v 1.23 2013/10/18 11:41:17 bsiegert Exp $ DISTNAME= festvox_us2 PKGNAME= festvox-us2-1.4.0 @@ -30,6 +30,7 @@ post-extract: ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${FHOME} cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME} #ugh ${LN} -fs ../../../../../mbrola/voices/us2 ${DESTDIR}${MBROLA} diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile index 7e6a0c6a61a..298267413cf 100644 --- a/audio/festvox-us3/Makefile +++ b/audio/festvox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:36 asau Exp $ +# $NetBSD: Makefile,v 1.23 2013/10/18 11:41:17 bsiegert Exp $ DISTNAME= festvox_us3 PKGNAME= festvox-us3-1.4.0 @@ -30,6 +30,7 @@ post-extract: ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${FHOME} cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME} #ugh ${LN} -fs ../../../../../mbrola/voices/us3 ${DESTDIR}${MBROLA} |