summaryrefslogtreecommitdiff
path: root/audio/festogi-spanish
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-02 06:10:30 +0000
committerjlam <jlam>2008-03-02 06:10:30 +0000
commit33be9d571979426caf74e11b4f9a9f2be70808b5 (patch)
treee69a307404c85a610aac593940553b400d40a654 /audio/festogi-spanish
parent49d8db83e7f07977deb64d4280dcde0dbef7c34f (diff)
downloadpkgsrc-33be9d571979426caf74e11b4f9a9f2be70808b5.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/festogi-spanish')
-rw-r--r--audio/festogi-spanish/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile
index a2593bc9504..4ffb10aa22a 100644
--- a/audio/festogi-spanish/Makefile
+++ b/audio/festogi-spanish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/12/28 11:47:51 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2008/03/02 06:10:31 jlam Exp $
DISTNAME= OGIspanish-2.0.1
PKGNAME= festogi-spanish-2.0.1
@@ -14,6 +14,8 @@ DEPENDS+= festival>=1.4.0:../../audio/festival
LICENSE= no-commercial-use
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes
@@ -25,7 +27,7 @@ post-extract:
${RM} -r ${WRKSRC}/lib/ogi_spanish/CVS
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"