svn commit: r567693 - head/mail/py-pyspf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:21:29 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:21:24 2021
New Revision: 567693
URL: https://svnweb.freebsd.org/changeset/ports/567693

Log:
  Remove WRKSRC
  
  It is the same as the default value.

Modified:
  head/mail/py-pyspf/Makefile

Modified: head/mail/py-pyspf/Makefile
==============================================================================
--- head/mail/py-pyspf/Makefile	Sun Mar  7 22:21:18 2021	(r567692)
+++ head/mail/py-pyspf/Makefile	Sun Mar  7 22:21:24 2021	(r567693)
@@ -20,9 +20,9 @@ USES=		python:3.6+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 PLIST_FILES=	bin/spf.py
+
 SHEBANG_FILES=	spf.py
 
 # Make the tests run as a module


More information about the svn-ports-head mailing list