summaryrefslogtreecommitdiff
path: root/mail/py-pyspf/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-21 07:50:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-04-21 07:50:10 +0000
commit03714a073f7e8ec76f4727d2eb1fd3384ff68a84 (patch)
treeceab05d01c9d0ebafd38eb31e16c2d577ce782e1 /mail/py-pyspf/Makefile
parent- Fix failing patch when disabling SMB option (diff)
Fix build after r438939.
Reported by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=439021
Diffstat (limited to 'mail/py-pyspf/Makefile')
-rw-r--r--mail/py-pyspf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-pyspf/Makefile b/mail/py-pyspf/Makefile
index 434b90163bae..717519282feb 100644
--- a/mail/py-pyspf/Makefile
+++ b/mail/py-pyspf/Makefile
@@ -39,7 +39,7 @@ post-patch:
post-install:
${CHMOD} ${BINMODE} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/spf.py
- ${LN} -s ${PYTHONPREFIX_SITELIBDIR}/spf.py ${STAGEDIR}${PREFIX}/bin/
+ ${RLN} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/spf.py ${STAGEDIR}${PREFIX}/bin/
do-test:
cd ${WRKSRC}/ && ${PYTHON_CMD} -m test.testspf