pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/imp



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

Modified Files:
        pkgsrc/mail/imp: Makefile

Log Message:
imp: use exact path to pax


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/mail/imp/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/imp/Makefile
diff -u pkgsrc/mail/imp/Makefile:1.67 pkgsrc/mail/imp/Makefile:1.68
--- pkgsrc/mail/imp/Makefile:1.67       Sat Apr 24 11:37:29 2021
+++ pkgsrc/mail/imp/Makefile    Fri May 14 13:49:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2021/04/24 11:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2021/05/14 13:49:28 nia Exp $
 
 DISTNAME=      imp-h3-${IMPVER}
 PKGNAME=       imp-${IMPVER}
@@ -102,7 +102,7 @@ do-install:
                ${INSTALL_DATA_DIR} ${DESTDIR}${IMPDIR}/${d}
 .endfor
 .for d in ${PAXDIRS}
-               cd ${WRKSRC}/${d} && pax -rwpam . ${DESTDIR}${IMPDIR}/${d}
+               cd ${WRKSRC}/${d} && ${PAX} -rwpam . ${DESTDIR}${IMPDIR}/${d}
 .endfor
        ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${DESTDIR}${IMPDIR}/config
        ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${IMPDIR}



Home | Main Index | Thread Index | Old Index