pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/ingo ingo: use exact path to pax



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74d3eca84745
branches:  trunk
changeset: 452711:74d3eca84745
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 13:49:13 2021 +0000

description:
ingo: use exact path to pax

diffstat:

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

diffs (18 lines):

diff -r 9cbbbebc1d5c -r 74d3eca84745 mail/ingo/Makefile
--- a/mail/ingo/Makefile        Fri May 14 13:44:31 2021 +0000
+++ b/mail/ingo/Makefile        Fri May 14 13:49:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/04/24 11:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2021/05/14 13:49:13 nia Exp $
 
 DISTNAME=      ingo-h3-${INGOVER}
 PKGNAME=       ingo-${INGOVER}
@@ -82,7 +82,7 @@
                ${INSTALL_DATA_DIR} ${DESTDIR}${INGODIR}/${d:Q}
 .endfor
 .for d in ${PAXDIRS}
-               cd ${WRKSRC}/${d:Q} && pax -rwpma . ${DESTDIR}${INGODIR}/${d:Q}
+               cd ${WRKSRC}/${d:Q} && ${PAX} -rwpma . ${DESTDIR}${INGODIR}/${d:Q}
 .endfor
        ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${DESTDIR}${INGODIR}/config
        ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${INGODIR}



Home | Main Index | Thread Index | Old Index