From cd2034a69a241488c900469d394306659c70713a Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 25 Jan 2014 10:45:15 +0000 Subject: No need to have two variables for the same logic. Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON. --- mail/fetchmailconf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/fetchmailconf') diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index c10da223485..4ec1fb9e33e 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2014/01/25 10:45:19 wiz Exp $ DISTNAME= fetchmail-6.3.22 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -30,7 +30,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 INSTALL_TARGET= install-pythonPYTHON PLIST_SUBST+= PYSITELIB=${PYSITELIB} -PYTHON_PATCH_SCRIPTS= fetchmailconf.py +REPLACE_PYTHON= fetchmailconf.py PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 6.3.22 post-install: -- cgit v1.2.3