Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 07:50:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439021 - head/mail/py-pyspf
Message-ID:  <201704210750.v3L7oA8x063708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Apr 21 07:50:10 2017
New Revision: 439021
URL: https://svnweb.freebsd.org/changeset/ports/439021

Log:
  Fix build after r438939.
  
  Reported by:	antoine
  Sponsored by:	Absolight

Modified:
  head/mail/py-pyspf/Makefile

Modified: head/mail/py-pyspf/Makefile
==============================================================================
--- head/mail/py-pyspf/Makefile	Fri Apr 21 07:46:45 2017	(r439020)
+++ head/mail/py-pyspf/Makefile	Fri Apr 21 07:50:10 2017	(r439021)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704210750.v3L7oA8x063708>