diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-01 20:31:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-01 20:31:43 +0000 |
commit | 855af5a828a9ec1e267bad2ac49e98daf1c3f28e (patch) | |
tree | 88dc4ffceff2a623857f8d5ffe644f4364bbb5d6 /mail/tumgreyspf/Makefile | |
parent | 1507308b9b5b94f06e85f34791ffd8bc2f4bff50 (diff) |
Notes
Diffstat (limited to 'mail/tumgreyspf/Makefile')
-rw-r--r-- | mail/tumgreyspf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index 4e18fc08ae8a..87513741cea7 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -5,8 +5,8 @@ PORTNAME= tumgreyspf PORTVERSION= 1.38 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/tumgreyspf/ \ - ftp://ftp.tummy.com/pub/tummy/tumgreyspf/old-releases/ \ +MASTER_SITES= http://ftp.tummy.com/pub/tummy/tumgreyspf/ \ + http://ftp.tummy.com/pub/tummy/tumgreyspf/old-releases/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -19,9 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>=0:mail/py-pyspf@${PY_FLAVOR} OPTIONS_DEFINE= DOCS +USES= python shebangfix + NO_ARCH= yes NO_BUILD= yes -USES= python shebangfix PKGMESSAGE= ${WRKSRC}/pkg-message PLIST_SUB= TUMGREYSPF_DIR=${TUMGREYSPF_DIR} \ |