summaryrefslogtreecommitdiff
path: root/audio/mbrolavox-us3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mbrolavox-us3/Makefile')
-rw-r--r--audio/mbrolavox-us3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/mbrolavox-us3/Makefile b/audio/mbrolavox-us3/Makefile
index 888313627dc..5957d274cb1 100644
--- a/audio/mbrolavox-us3/Makefile
+++ b/audio/mbrolavox-us3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 17:02:52 proff Exp $
+# $NetBSD: Makefile,v 1.2 1999/12/25 22:39:04 wiz Exp $
DISTNAME= us3-990208
PKGNAME= mbrolavox-${DISTNAME}
@@ -9,8 +9,8 @@ EXTRACT_SUFX= .zip
MAINTAINER= proff@iq.org
HOMEPAGE= http://tcts.fpms.ac.be/synthesis/mbrola.html
-DEPENDS+= mbrola-301h:../mbrola
+DEPENDS+= mbrola-301h:../mbrola
BUILD_DEPENDS= unzip:../../archivers/unzip
LICENSE= no-commercial-use
@@ -22,11 +22,11 @@ NO_BUILD= yes
MHOME= ${PREFIX}/share/mbrola/voices
post-extract:
- @ chmod -R a+r ${WRKSRC}
- @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755
+ @ ${CHMOD} -R a+r ${WRKSRC}
+ @ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755
do-install:
${INSTALL_DATA_DIR} ${MHOME}
- cd ${WRKSRC} && pax -r -w us3 ${MHOME}
+ cd ${WRKSRC} && ${PAX} -r -w us3 ${MHOME}
.include "../../mk/bsd.pkg.mk"