diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | 60d1a83c2a113150cedbc43ff12a7375144f741a (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /mail/tmda/Makefile | |
parent | a50428b01c275f058b067787701d333a9d45cbcb (diff) | |
download | ports-60d1a83c2a113150cedbc43ff12a7375144f741a.tar.gz ports-60d1a83c2a113150cedbc43ff12a7375144f741a.zip |
Notes
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r-- | mail/tmda/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index f406f12e4db1..d9d65f3268bf 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -6,9 +6,7 @@ PORTVERSION= 1.1.12 PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= ftp://tmda.net/pub/tmda/releases/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sergei -EXTRACT_SUFX= .tgz + LOCAL/sergei MAINTAINER= ports@FreeBSD.org COMMENT= Python-based SPAM reduction system @@ -16,7 +14,7 @@ COMMENT= Python-based SPAM reduction system OPTIONS_DEFINE= CDB DOCS EXAMPLES CDB_RUN_DEPENDS=${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb -USES= python +USES= python tar:tgz SUB_FILES= pkg-message |