svn commit: r417347 - head/devel/arcanist

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 23 06:47:42 UTC 2016


Author: bapt
Date: Thu Jun 23 06:47:40 2016
New Revision: 417347
URL: https://svnweb.freebsd.org/changeset/ports/417347

Log:
  Prefer relative symlinks to be relocation friendly

Modified:
  head/devel/arcanist/Makefile

Modified: head/devel/arcanist/Makefile
==============================================================================
--- head/devel/arcanist/Makefile	Thu Jun 23 06:45:18 2016	(r417346)
+++ head/devel/arcanist/Makefile	Thu Jun 23 06:47:40 2016	(r417347)
@@ -2,7 +2,7 @@
 
 PORTNAME=	arcanist
 PORTVERSION=	20151220
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 PKGNAMEPREFIX=	php5-
 
@@ -30,6 +30,6 @@ ENCODINGS_USE=	PHP=mbstring
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
 	cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
-	${LN} -sf ${PREFIX}/${PHP_DESTDIR}/scripts/arcanist.php ${STAGEDIR}${PREFIX}/bin/arc
+	${LN} -sf ../${PHP_DESTDIR}/scripts/arcanist.php ${STAGEDIR}${PREFIX}/bin/arc
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list