summaryrefslogtreecommitdiff
path: root/audio/mbrolavox-us2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mbrolavox-us2/Makefile')
-rw-r--r--audio/mbrolavox-us2/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/mbrolavox-us2/Makefile b/audio/mbrolavox-us2/Makefile
index ce22908c657..5a7eae7759a 100644
--- a/audio/mbrolavox-us2/Makefile
+++ b/audio/mbrolavox-us2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 18:27:58 proff Exp $
+# $NetBSD: Makefile,v 1.2 1999/12/25 22:39:03 wiz Exp $
DISTNAME= us2-980812
PKGNAME= mbrolavox-${DISTNAME}
@@ -11,7 +11,6 @@ MAINTAINER= proff@iq.org
HOMEPAGE= http://tcts.fpms.ac.be/synthesis/mbrola.html
DEPENDS+= mbrola-301h:../mbrola
-
BUILD_DEPENDS= unzip:../../archivers/unzip
LICENSE= no-commercial-use
@@ -23,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 us2 ${MHOME}
+ cd ${WRKSRC} && ${PAX} -r -w us2 ${MHOME}
.include "../../mk/bsd.pkg.mk"