aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-04-21 15:50:10 +0800
committermat <mat@FreeBSD.org>2017-04-21 15:50:10 +0800
commit70537601450c4208047f884bea5d01993674157e (patch)
treeceab05d01c9d0ebafd38eb31e16c2d577ce782e1 /mail
parentabcc88b09d48a90a2c3c7d21b1d0d8db942d85ba (diff)
downloadfreebsd-ports-gnome-70537601450c4208047f884bea5d01993674157e.tar.gz
freebsd-ports-gnome-70537601450c4208047f884bea5d01993674157e.tar.zst
freebsd-ports-gnome-70537601450c4208047f884bea5d01993674157e.zip
Fix build after r438939.
Reported by: antoine Sponsored by: Absolight
Diffstat (limited to 'mail')
-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