diff options
author | youri <youri@pkgsrc.org> | 2016-03-04 15:23:29 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-03-04 15:23:29 +0000 |
commit | 3d32a8c6a1134aa002f720ab1fcd75d9d3b8674d (patch) | |
tree | dad607e60f655200e971fc28f95a51467425391d /devel | |
parent | c224b3ac2f6f669fe092acccc0282f7f8011e9d3 (diff) | |
download | pkgsrc-3d32a8c6a1134aa002f720ab1fcd75d9d3b8674d.tar.gz |
Install `arc` in $PREFIX/bin.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arcanist/Makefile | 7 | ||||
-rw-r--r-- | devel/arcanist/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile index 2653f4a265e..8c80683cd69 100644 --- a/devel/arcanist/Makefile +++ b/devel/arcanist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/03/04 10:55:47 youri Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/04 15:23:29 youri Exp $ DISTNAME= arcanist-20160224 CATEGORIES= devel @@ -38,8 +38,9 @@ INSTALLATION_DIRS+= ${ARCANISTDIR} bin do-install: cd ${WRKSRC} && ${PAX} -rw * ${DESTDIR}${PREFIX}/${ARCANISTDIR} - ${RUN} ${LN} -s ${ARCANISTDIR}/bin/arc \ - ${DESTDIR}${PREFIX}/bin/arc + +post-install: + ln -s ${PREFIX}/${ARCANISTDIR}/bin/arc ${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 0950fb95f4c..a4118d45696 100644 --- a/devel/arcanist/PLIST +++ b/devel/arcanist/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/03/04 10:55:47 youri Exp $ -bin/arc +@comment $NetBSD: PLIST,v 1.2 2016/03/04 15:23:29 youri Exp $ share/arcanist/LICENSE share/arcanist/NOTICE share/arcanist/README.md |