summaryrefslogtreecommitdiff
path: root/audio/festvox-el11
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /audio/festvox-el11
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'audio/festvox-el11')
-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"