aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-04 03:14:11 +0800
committerantoine <antoine@FreeBSD.org>2014-06-04 03:14:11 +0800
commiteda4acddb3279a75feef99a41ef172892ca42a0a (patch)
treeef23ce5fda7fd656d6474569a952f9d45276287c /net-mgmt
parent111cabe0e276866cd2f6f36f25be162ea839b547 (diff)
downloadfreebsd-ports-gnome-eda4acddb3279a75feef99a41ef172892ca42a0a.tar.gz
freebsd-ports-gnome-eda4acddb3279a75feef99a41ef172892ca42a0a.tar.zst
freebsd-ports-gnome-eda4acddb3279a75feef99a41ef172892ca42a0a.zip
Unbreak
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/unifi3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/unifi3/Makefile b/net-mgmt/unifi3/Makefile
index 8882cd74411f..2e59a679103a 100644
--- a/net-mgmt/unifi3/Makefile
+++ b/net-mgmt/unifi3/Makefile
@@ -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>