diff options
author | mat <mat@FreeBSD.org> | 2017-04-21 15:50:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-21 15:50:10 +0800 |
commit | 70537601450c4208047f884bea5d01993674157e (patch) | |
tree | ceab05d01c9d0ebafd38eb31e16c2d577ce782e1 /mail | |
parent | abcc88b09d48a90a2c3c7d21b1d0d8db942d85ba (diff) | |
download | freebsd-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/Makefile | 2 |
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 |