summaryrefslogtreecommitdiff
path: root/audio/festvox-mwm
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-02 06:10:30 +0000
committerjlam <jlam>2008-03-02 06:10:30 +0000
commit5e208f4c10af866c1787ca2bbb3312ff140e9f8d (patch)
treee69a307404c85a610aac593940553b400d40a654 /audio/festvox-mwm
parent6f66c48cf7c3d142c768614f7fdc4e84ca8a2822 (diff)
downloadpkgsrc-5e208f4c10af866c1787ca2bbb3312ff140e9f8d.tar.gz
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'audio/festvox-mwm')
-rw-r--r--audio/festvox-mwm/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile
index ccbacc7a8ae..5a7b1ae7e92 100644
--- a/audio/festvox-mwm/Makefile
+++ b/audio/festvox-mwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/12/28 11:47:52 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2008/03/02 06:10:32 jlam Exp $
DISTNAME= voice_mwm_di-2.0
PKGNAME= festvox-mwm-2.0
@@ -15,6 +15,8 @@ DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi
LICENSE= no-commercial-use
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes
@@ -26,7 +28,7 @@ post-extract:
${FIND} ${WRKSRC} -type d -name CVS -print | ${XARGS} ${RM} -fr
do-install:
- ${INSTALL_DATA_DIR} ${FHOME}
- cd ${WRKSRC} && ${PAX} -rw * ${FHOME}
+ ${INSTALL_DATA_DIR} ${DESTDIR}${FHOME}
+ cd ${WRKSRC} && ${PAX} -rw * ${DESTDIR}${FHOME}
.include "../../mk/bsd.pkg.mk"