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 /databases | |
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 'databases')
-rw-r--r-- | databases/luma/Makefile | 4 | ||||
-rw-r--r-- | databases/oraedit/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/luma/Makefile b/databases/luma/Makefile index 2dec155d752..f8c1e1cb188 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2014/01/25 10:45:16 wiz Exp $ DISTNAME= luma-2.3 PKGREVISION= 14 @@ -16,7 +16,7 @@ SUBST_CLASSES+= luma SUBST_STAGE.luma= pre-configure SUBST_FILES.luma= bin/luma SUBST_SED.luma= -e "s|@PREFIX@|${PREFIX}|" -PYTHON_PATCH_SCRIPTS= bin/luma lib/luma/luma.py +REPLACE_PYTHON= bin/luma lib/luma/luma.py PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-qt3-base, py-ldap post-extract: diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile index aa3555a7daa..8c820e9db40 100644 --- a/databases/oraedit/Makefile +++ b/databases/oraedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/10/02 21:25:24 asau Exp $ +# $NetBSD: Makefile,v 1.23 2014/01/25 10:45:16 wiz Exp $ DISTNAME= oraedit-0.1.4 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= Editor of PL/SQL source stored in Oracle database NO_BUILD= yes -PYTHON_PATCH_SCRIPTS= oraedit +REPLACE_PYTHON= oraedit INSTALLATION_DIRS= bin do-configure:; |