pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/roundcube-plugin-carddav



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

Modified Files:
        pkgsrc/mail/roundcube-plugin-carddav: Makefile

Log Message:
roundcube-plugin-carddav: needs pax tool


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/roundcube-plugin-carddav/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/roundcube-plugin-carddav/Makefile
diff -u pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.3 pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.4
--- pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.3   Thu Mar 11 14:35:52 2021
+++ pkgsrc/mail/roundcube-plugin-carddav/Makefile       Fri May 14 13:44:31 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/11 14:35:52 triaxx Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/14 13:44:31 nia Exp $
 
 DISTNAME=      carddav-v4.0.4
 PKGREVISION=   1
@@ -14,6 +14,8 @@ MAINTAINER=   triaxx%NetBSD.org@localhost
 COMMENT=       CardDAV adapter for Roundcube
 LICENSE=       gnu-gpl-v2
 
+USE_TOOLS+=    pax
+
 .include "../../mk/bsd.prefs.mk"
 
 NO_CONFIGURE=  yes
@@ -64,7 +66,7 @@ do-install:
                ${DESTDIR}${PREFIX}/${CDDIR}/carddav.php
 .for i in ${CD_SUBDIRS}
        cd ${WRKSRC}/${i} && ${FIND} . -type f -print | \
-               pax -rw ${DESTDIR}${PREFIX}/${CDDIR}/${i}
+               ${PAX} -rw ${DESTDIR}${PREFIX}/${CDDIR}/${i}
        ${FIND} ${DESTDIR}${PREFIX}/${CDDIR}/${i} -type f | \
                ${XARGS} ${CHMOD} ${SHAREMODE}
        ${FIND} ${DESTDIR}${PREFIX}/${CDDIR}/${i} -type d | \



Home | Main Index | Thread Index | Old Index