0801fd92a1
The arcanist port has always conflicted with archivers/arc, but if the port is installed without the symlink in PREFIX/bin, there is no issue. A user expecting to be able to use arcanist in this way can alias arcanist in their .cshrc or similar and only install the -lib port. Approved by: grembo (maintainer) Differential Revision: https://reviews.freebsd.org/D19920
12 lines
201 B
Makefile
12 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= arcanist
|
|
|
|
MAINTAINER= grembo@FreeBSD.org
|
|
COMMENT= Command line interface for Phabricator
|
|
|
|
SLAVEPORT= bin
|
|
|
|
MASTERDIR= ${.CURDIR}/../arcanist-lib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|