summaryrefslogtreecommitdiff
path: root/mail/pymsgauth
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 10:45:15 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 10:45:15 +0000
commitcd2034a69a241488c900469d394306659c70713a (patch)
tree20b275e879e9a02978fb92613c271dbee7b21c37 /mail/pymsgauth
parent0d00e3eefba959b1aee2446dc7691d3411626d66 (diff)
downloadpkgsrc-cd2034a69a241488c900469d394306659c70713a.tar.gz
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'mail/pymsgauth')
-rw-r--r--mail/pymsgauth/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile
index 3f4548b6a7e..51db4643421 100644
--- a/mail/pymsgauth/Makefile
+++ b/mail/pymsgauth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/08 12:19:28 asau Exp $
+# $NetBSD: Makefile,v 1.12 2014/01/25 10:45:19 wiz Exp $
#
DISTNAME= pymsgauth-2.1.0
@@ -21,14 +21,14 @@ HTMLDOCDIR= share/doc/html/pymsgauth
EGDIR= share/examples/pymsgauth
NO_BUILD= yes
-PYTHON_PATCH_SCRIPTS= ${PYMSGAUTH_PROGRAMS} *.py
+REPLACE_PYTHON= ${PYMSGAUTH_PROGRAMS} *.py
FILES_SUBST+= SHAREDIR=${SHAREDIR:Q}
INSTALLATION_DIRS= ${SHAREDIR} ${DOCDIR} ${HTMLDOCDIR} ${EGDIR} bin
do-install:
- for f in ${PYTHON_PATCH_SCRIPTS}; do \
+ for f in ${REPLACE_PYTHON}; do \
${INSTALL_SCRIPT} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${SHAREDIR}; \
done