Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 19:14:12 +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: r356392 - head/net-mgmt/unifi3
Message-ID:  <201406031914.s53JECNf032918@svn.freebsd.org>

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



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