diff options
author | wiz <wiz> | 2016-03-04 15:54:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-03-04 15:54:03 +0000 |
commit | 01ccbeee2c363288221c07ff3aff0f78bc6f8da8 (patch) | |
tree | 68cd67428611afd8dd7acb78668bc0d11398b0d3 /devel | |
parent | 9a9fc93b9ba9b8482f801f13bc5d87d2dfa20b60 (diff) | |
download | pkgsrc-01ccbeee2c363288221c07ff3aff0f78bc6f8da8.tar.gz |
Extract using bsdtar, fails with plain tar for me (NetBSD 7.99.26/amd64)
Merge post-install into do-install.
Re-add bin/arc to PLIST.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arcanist/Makefile | 9 | ||||
-rw-r--r-- | devel/arcanist/PLIST | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile index 8c80683cd69..395f84fb132 100644 --- a/devel/arcanist/Makefile +++ b/devel/arcanist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/03/04 15:23:29 youri Exp $ +# $NetBSD: Makefile,v 1.3 2016/03/04 15:54:03 wiz Exp $ DISTNAME= arcanist-20160224 CATEGORIES= devel @@ -11,7 +11,8 @@ HOMEPAGE= https://github.com/phacility/arcanist/ COMMENT= Command line interface for Phabricator LICENSE= apache-2.0 -USE_TOOLS+= bash pax +EXTRACT_USING= bsdtar +USE_TOOLS+= bash bsdtar pax DEPENDS= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl DEPENDS= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json @@ -38,9 +39,7 @@ INSTALLATION_DIRS+= ${ARCANISTDIR} bin do-install: cd ${WRKSRC} && ${PAX} -rw * ${DESTDIR}${PREFIX}/${ARCANISTDIR} - -post-install: - ln -s ${PREFIX}/${ARCANISTDIR}/bin/arc ${PREFIX}/bin/arc + ln -s ${PREFIX}/${ARCANISTDIR}/bin/arc ${DESTDIR}${PREFIX}/bin/arc DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl diff --git a/devel/arcanist/PLIST b/devel/arcanist/PLIST index a4118d45696..b91c6d16a10 100644 --- a/devel/arcanist/PLIST +++ b/devel/arcanist/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2016/03/04 15:23:29 youri Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/04 15:54:03 wiz Exp $ +bin/arc share/arcanist/LICENSE share/arcanist/NOTICE share/arcanist/README.md |