summaryrefslogtreecommitdiff
path: root/mail/turba
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
commit3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch)
treeb711f279533efa082bd9211a7161438542a8810d /mail/turba
parent7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff)
downloadpkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'mail/turba')
-rw-r--r--mail/turba/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile
index aea1ee59fb1..c47fd31f7fb 100644
--- a/mail/turba/Makefile
+++ b/mail/turba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/04/07 18:17:34 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2008/05/26 02:13:22 joerg Exp $
DISTNAME= turba-h3-${TURBAVER}
PKGNAME= turba-${TURBAVER}
@@ -22,7 +22,7 @@ HORDEDIR= ${PREFIX}/share/horde
TURBADIR= ${HORDEDIR}/turba
TURBAVER= 2.1.7
PAXDIRS= lib locale po scripts templates themes
-USE_TOOLS+= perl:run
+USE_TOOLS+= pax perl:run
MESSAGE_SUBST+= TURBADIR=${TURBADIR:Q}
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
@@ -87,7 +87,7 @@ do-install:
. endfor
. for d in ${PAXDIRS}
- cd ${WRKSRC}/${d:Q} && ${PAX} -rwpma . \
+ cd ${WRKSRC}/${d:Q} && pax -rwpma . \
${DESTDIR}${TURBADIR}/${d:Q}
. endfor