diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-04 03:12:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-04 03:12:21 +0800 |
commit | 111cabe0e276866cd2f6f36f25be162ea839b547 (patch) | |
tree | a2e9095acb2dc631b0fffaa34f5d4f85b0a53d64 /net-mgmt | |
parent | 4f5685746f1d588318784f9812be37d4deaaaf1f (diff) | |
download | freebsd-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/Makefile | 2 |
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> |