diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 10:45:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 10:45:15 +0000 |
commit | cd2034a69a241488c900469d394306659c70713a (patch) | |
tree | 20b275e879e9a02978fb92613c271dbee7b21c37 /mail/tmda | |
parent | 0d00e3eefba959b1aee2446dc7691d3411626d66 (diff) | |
download | pkgsrc-cd2034a69a241488c900469d394306659c70713a.tar.gz |
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'mail/tmda')
-rw-r--r-- | mail/tmda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 0c0deb72d50..3e76493e066 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/01/25 10:30:13 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2014/01/25 10:45:20 wiz Exp $ DISTNAME= tmda-1.1.12 PKGREVISION= 5 @@ -11,7 +11,7 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://tmda.net/ COMMENT= Python-based SPAM reduction system -PYTHON_PATCH_SCRIPTS= ${TMDA_PROGRAMS} +REPLACE_PYTHON= ${TMDA_PROGRAMS} PY_PATCHPLIST= yes PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1.12 |