pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/arcanist devel/arcanist: fix pax command line us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5803f76592b
branches:  trunk
changeset: 423073:c5803f76592b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Feb 09 21:10:32 2020 +0000

description:
devel/arcanist: fix pax command line used during do-install

Fixes PR pkg/54891.

diffstat:

 devel/arcanist/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r cd66e3a829c7 -r c5803f76592b devel/arcanist/Makefile
--- a/devel/arcanist/Makefile   Sun Feb 09 20:58:37 2020 +0000
+++ b/devel/arcanist/Makefile   Sun Feb 09 21:10:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/12/09 14:20:55 taca Exp $
+# $NetBSD: Makefile,v 1.13 2020/02/09 21:10:32 rillig Exp $
 
 DISTNAME=              arcanist-20170609
 PKGREVISION=           2
@@ -22,7 +22,7 @@
 DEPENDS+=              ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
 DEPENDS+=              libphutil-[0-9]*:../../devel/libphutil
 
-CONFLICTS+=            arc-[0-9]*:../../archivers/arc
+CONFLICTS+=            arc-[0-9]*
 
 SUBST_CLASSES+=                php
 SUBST_MESSAGE.php=     Fixing PHP path
@@ -42,9 +42,8 @@
 INSTALLATION_DIRS+=    ${ARCANISTDIR} bin
 
 do-install:
-       cd ${WRKSRC} && \
-               ${PAX} -rw * -s',.*\.orig$$,,' \
-               ${DESTDIR}${PREFIX}/${ARCANISTDIR}
+       cd ${WRKSRC} \
+       && ${PAX} -rw -s',.*\.orig$$,,' * ${DESTDIR}${PREFIX}/${ARCANISTDIR}
        ln -s ${PREFIX}/${ARCANISTDIR}/scripts/arcanist.php \
                ${DESTDIR}${PREFIX}/bin/arc
 



Home | Main Index | Thread Index | Old Index