summaryrefslogtreecommitdiff
path: root/mail/turba
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 13:42:40 +0000
committernia <nia@pkgsrc.org>2021-05-14 13:42:40 +0000
commit9131c634453c85f466c8ea985fe865a4ed927eb2 (patch)
tree7aaf206c9f4f8a8d80cae09e0c41b16275130140 /mail/turba
parent4b90ca14e32e14e70f609e813a2a594e8329653b (diff)
downloadpkgsrc-9131c634453c85f466c8ea985fe865a4ed927eb2.tar.gz
turba: use exact path for pax
Diffstat (limited to 'mail/turba')
-rw-r--r--mail/turba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile
index 217dcd6dca4..2ecd356ff4b 100644
--- a/mail/turba/Makefile
+++ b/mail/turba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2021/04/24 11:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2021/05/14 13:42:40 nia Exp $
DISTNAME= turba-h3-${TURBAVER}
PKGNAME= turba-${TURBAVER}
@@ -93,7 +93,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