aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-06-16 11:46:51 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-06-16 11:46:51 +0000
commitdd36099a341bbbcd98a38f3986374118bb2e3040 (patch)
tree6e1479f65d6fbe7580ef33685fa733ebe4b48376 /devel
parentfb999d5b7756cd763fe1b9ca5d6ddbbee801d3f7 (diff)
downloadports-dd36099a341bbbcd98a38f3986374118bb2e3040.tar.gz
ports-dd36099a341bbbcd98a38f3986374118bb2e3040.zip
Notes
Diffstat (limited to 'devel')
-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