aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-04 03:12:21 +0800
committerantoine <antoine@FreeBSD.org>2014-06-04 03:12:21 +0800
commit111cabe0e276866cd2f6f36f25be162ea839b547 (patch)
treea2e9095acb2dc631b0fffaa34f5d4f85b0a53d64 /net-mgmt
parent4f5685746f1d588318784f9812be37d4deaaaf1f (diff)
downloadfreebsd-ports-gnome-111cabe0e276866cd2f6f36f25be162ea839b547.tar.gz
freebsd-ports-gnome-111cabe0e276866cd2f6f36f25be162ea839b547.tar.zst
freebsd-ports-gnome-111cabe0e276866cd2f6f36f25be162ea839b547.zip
Unbreak
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/unifi2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/unifi2/Makefile b/net-mgmt/unifi2/Makefile
index acd9e848411f..c10460a9a371 100644
--- a/net-mgmt/unifi2/Makefile
+++ b/net-mgmt/unifi2/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>