summaryrefslogtreecommitdiff
path: root/audio/festvox-el11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festvox-el11/Makefile')
-rw-r--r--audio/festvox-el11/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile
index 658487e7b10..4f3986e28db 100644
--- a/audio/festvox-el11/Makefile
+++ b/audio/festvox-el11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/03/02 06:10:31 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2008/05/26 02:13:15 joerg Exp $
DISTNAME= festvox_ellpc11k
PKGNAME= festvox-el11-1.4.0
@@ -12,6 +12,8 @@ COMMENT= Castilian Spanish male voice for the festival speech synthesis system
DEPENDS+= festival>=1.4.1:../../audio/festival
+USE_TOOLS+= pax
+
LICENSE= no-commercial-use
PKG_DESTDIR_SUPPORT= user-destdir
@@ -27,6 +29,6 @@ post-extract:
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${FHOME}
- cd ${WRKSRC} && ${PAX} -rw * ${DESTDIR}${FHOME}
+ cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME}
.include "../../mk/bsd.pkg.mk"