aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2013-06-16 19:46:51 +0800
committerkoobs <koobs@FreeBSD.org>2013-06-16 19:46:51 +0800
commit38dc3eb15b2322f60cd67d5d5054ff1de3da71b8 (patch)
tree6e1479f65d6fbe7580ef33685fa733ebe4b48376
parent7a51f7b457d1a64593dcceebb868847b82826726 (diff)
downloadfreebsd-ports-gnome-38dc3eb15b2322f60cd67d5d5054ff1de3da71b8.tar.gz
freebsd-ports-gnome-38dc3eb15b2322f60cd67d5d5054ff1de3da71b8.tar.zst
freebsd-ports-gnome-38dc3eb15b2322f60cd67d5d5054ff1de3da71b8.zip
devel/py-distribute: Fix reinstall
- Correctly use -sf flags for ${LN} PR: ports/179612 Submitted by: nemysis <nemysis@gmx.ch> Reviewed by: sbz, Johannes Meixner <xmj@chaot.net>
-rw-r--r--devel/py-distribute/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile
index be709206f260..9de04c761f48 100644
--- a/devel/py-distribute/Makefile
+++ b/devel/py-distribute/Makefile
@@ -65,7 +65,7 @@ post-install:
${PYTHON_CMD} -m py_compile ${SITE_PY}
${PYTHON_CMD} -OO -m py_compile ${SITE_PY}
${CP} ${EASYINSTALL_PTH} ${EASYINSTALL_PTH}.dist
- ${LN} ${EASYINSTALL_PTH}.dist ${PYTHON_SITELIBDIR}/distribute.pth
+ ${LN} -sf ${EASYINSTALL_PTH}.dist ${PYTHON_SITELIBDIR}/distribute.pth
PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
if [ -f ${PKGMESSAGE} ]; then ${CAT} ${PKGMESSAGE}; fi