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 /textproc/doclifter | |
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 'textproc/doclifter')
-rw-r--r-- | textproc/doclifter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index de51eb1ec8c..1f2113c3249 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/25 06:55:47 asau Exp $ +# $NetBSD: Makefile,v 1.26 2014/01/25 10:45:21 wiz Exp $ # DISTNAME= doclifter-2.3 @@ -12,7 +12,7 @@ COMMENT= Translates documents written in troff macros to DocBook NO_BUILD= yes -PYTHON_PATCH_SCRIPTS= doclifter manlifter +REPLACE_PYTHON= doclifter manlifter SUBST_CLASSES+= bin-path SUBST_STAGE.bin-path= pre-configure |