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 /print | |
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 'print')
-rw-r--r-- | print/bg5pdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile index 45679ee3c08..13e13a46af5 100644 --- a/print/bg5pdf/Makefile +++ b/print/bg5pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/02/16 11:24:06 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/01/25 10:45:20 wiz Exp $ DISTNAME= bg5pdf-1.0.0 PKGREVISION= 15 @@ -20,7 +20,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/bg5pdf PY_PATCHPLIST= yes -PYTHON_PATCH_SCRIPTS= bg5pdf +REPLACE_PYTHON= bg5pdf INSTALLATION_DIRS= bin ${PYSITELIB} |