pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/ingo



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:49:13 UTC 2021

Modified Files:
        pkgsrc/mail/ingo: Makefile

Log Message:
ingo: use exact path to pax


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/ingo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/ingo/Makefile
diff -u pkgsrc/mail/ingo/Makefile:1.28 pkgsrc/mail/ingo/Makefile:1.29
--- pkgsrc/mail/ingo/Makefile:1.28      Sat Apr 24 11:37:29 2021
+++ pkgsrc/mail/ingo/Makefile   Fri May 14 13:49:13 2021
@@ -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 @@ do-install:
                ${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