summaryrefslogtreecommitdiff
path: root/x11/gnome-applets
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 10:45:15 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 10:45:15 +0000
commit88ae1948ea2a19ba29e276a5fe65983c60e159fa (patch)
tree20b275e879e9a02978fb92613c271dbee7b21c37 /x11/gnome-applets
parent31a7915deefbfedc3769561940e42e24ff9c0ea3 (diff)
downloadpkgsrc-88ae1948ea2a19ba29e276a5fe65983c60e159fa.tar.gz
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r--x11/gnome-applets/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index 8dca5e5f34e..23191d64845 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2014/01/25 10:30:30 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2014/01/25 10:45:22 wiz Exp $
DISTNAME= gnome-applets-2.32.1.1
PKGREVISION= 35
@@ -54,8 +54,8 @@ PRINT_PLIST_AWK+= /examples/ { print "$${PLIST.battstat}"$$0; next; }
.include "../../devel/GConf/schemas.mk"
PY_PATCHPLIST= yes
-PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-applet.py
-PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-chart
+REPLACE_PYTHON+= invest-applet/invest/invest-applet.py
+REPLACE_PYTHON+= invest-applet/invest/invest-chart
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18.0