diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-08 06:21:24 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-08 06:21:24 +0800 |
commit | 724a5e219197f82e1de44c81f44836b86b3a0f89 (patch) | |
tree | 738275a16b0b92eeeac12058637dc8e749424213 /mail | |
parent | e3e472c3768777c279ff1defc1b4c8746b4bf974 (diff) | |
download | freebsd-ports-gnome-724a5e219197f82e1de44c81f44836b86b3a0f89.tar.gz freebsd-ports-gnome-724a5e219197f82e1de44c81f44836b86b3a0f89.tar.zst freebsd-ports-gnome-724a5e219197f82e1de44c81f44836b86b3a0f89.zip |
Remove WRKSRC
It is the same as the default value.
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 91c0bfd82f8d..5827188be8b5 100644 --- a/mail/py-pyspf/Makefile +++ b/mail/py-pyspf/Makefile @@ -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 |