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 | 88ae1948ea2a19ba29e276a5fe65983c60e159fa (patch) | |
tree | 20b275e879e9a02978fb92613c271dbee7b21c37 /audio/amaroc | |
parent | 31a7915deefbfedc3769561940e42e24ff9c0ea3 (diff) | |
download | pkgsrc-88ae1948ea2a19ba29e276a5fe65983c60e159fa.tar.gz |
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'audio/amaroc')
-rw-r--r-- | audio/amaroc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amaroc/Makefile b/audio/amaroc/Makefile index fb4dd6b1549..d16c4c6b230 100644 --- a/audio/amaroc/Makefile +++ b/audio/amaroc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:23 asau Exp $ +# $NetBSD: Makefile,v 1.10 2014/01/25 10:45:15 wiz Exp $ # DISTNAME= amaroc-0.3 @@ -14,7 +14,7 @@ COMMENT= Command line interface to Amarok DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses INSTALLATION_DIRS= bin share/doc/amaroc -PYTHON_PATCH_SCRIPTS= amaroc.py +REPLACE_PYTHON= amaroc.py NO_BUILD= yes |