aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/unifi3
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-03 19:14:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-03 19:14:11 +0000
commit4f431bbe076c890483f18b4b870b7c2e9aaf0210 (patch)
treeef23ce5fda7fd656d6474569a952f9d45276287c /net-mgmt/unifi3
parentb628bfc6700746827e7cec4024b423bb12fa8952 (diff)
downloadports-4f431bbe076c890483f18b4b870b7c2e9aaf0210.tar.gz
ports-4f431bbe076c890483f18b4b870b7c2e9aaf0210.zip
Notes
Diffstat (limited to 'net-mgmt/unifi3')
-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>