Index: head/devel/arcanist/Makefile =================================================================== --- head/devel/arcanist/Makefile +++ head/devel/arcanist/Makefile @@ -2,6 +2,7 @@ PORTNAME= arcanist PORTVERSION= 20180420 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -34,5 +35,7 @@ @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} ${LN} -sf ../${PHP_DESTDIR}/scripts/arcanist.php ${STAGEDIR}${PREFIX}/bin/arc + @${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions/ + ${RLN} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/resources/shell/bash-completion ${STAGEDIR}${PREFIX}/share/bash-completion/completions/arc .include Index: head/devel/arcanist/pkg-plist =================================================================== --- head/devel/arcanist/pkg-plist +++ head/devel/arcanist/pkg-plist @@ -921,3 +921,4 @@ lib/php/arcanist/src/workflow/ArcanistWorkflow.php lib/php/arcanist/src/workflow/exception/ArcanistCapabilityNotSupportedException.php lib/php/arcanist/src/workingcopyidentity/ArcanistWorkingCopyIdentity.php +share/bash-completion/completions/arc