diff options
Diffstat (limited to 'audio/festvox-rab16/Makefile')
-rw-r--r-- | audio/festvox-rab16/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index 3644a94fc2a..105128e516f 100644 --- a/audio/festvox-rab16/Makefile +++ b/audio/festvox-rab16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/06/08 18:33:09 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2008/03/02 06:10:32 jlam Exp $ DISTNAME= festvox_rablpc16k PKGNAME= festvox-rab16-1.4.0 @@ -16,6 +16,8 @@ DEPENDS+= festlex-oald>=1.4.0:../../audio/festlex-oald CONFLICTS= festvox-rab8-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/festival NO_BUILD= yes @@ -26,7 +28,7 @@ post-extract: ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 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" |