svn commit: r356392 - head/net-mgmt/unifi3

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


Author: antoine
Date: Tue Jun  3 19:14:11 2014
New Revision: 356392
URL: http://svnweb.freebsd.org/changeset/ports/356392
QAT: https://qat.redports.org/buildarchive/r356392/

Log:
  Unbreak

Modified:
  head/net-mgmt/unifi3/Makefile

Modified: head/net-mgmt/unifi3/Makefile
==============================================================================
--- head/net-mgmt/unifi3/Makefile	Tue Jun  3 19:12:21 2014	(r356391)
+++ head/net-mgmt/unifi3/Makefile	Tue Jun  3 19:14:11 2014	(r356392)
@@ -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