pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/turba



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

Modified Files:
        pkgsrc/mail/turba: Makefile

Log Message:
turba: use exact path for pax


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/mail/turba/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/turba/Makefile
diff -u pkgsrc/mail/turba/Makefile:1.52 pkgsrc/mail/turba/Makefile:1.53
--- pkgsrc/mail/turba/Makefile:1.52     Sat Apr 24 11:37:29 2021
+++ pkgsrc/mail/turba/Makefile  Fri May 14 13:42:40 2021
@@ -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
 



Home | Main Index | Thread Index | Old Index