pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/turba turba: use exact path for pax



details:   https://anonhg.NetBSD.org/pkgsrc/rev/881d341e7252
branches:  trunk
changeset: 452709:881d341e7252
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 13:42:40 2021 +0000

description:
turba: use exact path for pax

diffstat:

 mail/turba/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18cf33197f1c -r 881d341e7252 mail/turba/Makefile
--- a/mail/turba/Makefile       Fri May 14 13:41:49 2021 +0000
+++ b/mail/turba/Makefile       Fri May 14 13:42:40 2021 +0000
@@ -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 @@
 .      endfor
 
 .      for d in ${PAXDIRS}
-               cd ${WRKSRC}/${d:Q} && pax -rwpma . \
+               cd ${WRKSRC}/${d:Q} && ${PAX} -rwpma . \
                        ${DESTDIR}${TURBADIR}/${d:Q}
 .      endfor
 



Home | Main Index | Thread Index | Old Index