svn commit: r356391 - head/net-mgmt/unifi2

Antoine Brodin antoine at FreeBSD.org
Tue Jun 3 19:12:22 UTC 2014


Author: antoine
Date: Tue Jun  3 19:12:21 2014
New Revision: 356391
URL: http://svnweb.freebsd.org/changeset/ports/356391
QAT: https://qat.redports.org/buildarchive/r356391/

Log:
  Unbreak

Modified:
  head/net-mgmt/unifi2/Makefile

Modified: head/net-mgmt/unifi2/Makefile
==============================================================================
--- head/net-mgmt/unifi2/Makefile	Tue Jun  3 19:03:39 2014	(r356390)
+++ head/net-mgmt/unifi2/Makefile	Tue Jun  3 19:12:21 2014	(r356391)
@@ -42,6 +42,6 @@ post-extract:
 do-install:
 	${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/unifi
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${JAVASHAREDIR}/unifi/)
-	${LN} -s ${PREFIX}/bin/mongod ${STAGEDIR}${JAVASHAREDIR}/unifi/bin/mongod
+	${LN} -sf ${PREFIX}/bin/mongod ${STAGEDIR}${JAVASHAREDIR}/unifi/bin/mongod
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list