Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 19:12:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356391 - head/net-mgmt/unifi2
Message-ID:  <201406031912.s53JCLSJ032537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406031912.s53JCLSJ032537>