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 /x11 | |
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 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 6 | ||||
-rw-r--r-- | x11/gtk2/Makefile | 4 | ||||
-rw-r--r-- | x11/rox-session/Makefile | 4 | ||||
-rw-r--r-- | x11/rox-wallpaper/Makefile | 4 |
4 files changed, 9 insertions, 9 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 diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index e60ad75ca7f..ee7256494b3 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.257 2013/12/08 14:04:39 prlw1 Exp $ +# $NetBSD: Makefile,v 1.258 2014/01/25 10:45:22 wiz Exp $ DISTNAME= gtk+-2.24.22 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -75,7 +75,7 @@ CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" #SUBST_SED.pthread= -e 's,__PTHREAD_FLAGS__,${BUILDLINK_LDFLAGS.pthread},g' #SUBST_FILES.pthread= gdk-pixbuf/Makefile.in -PYTHON_PATCH_SCRIPTS= gtk/gtk-builder-convert +REPLACE_PYTHON= gtk/gtk-builder-convert # We remove the module databases during post-install since we create them # anew in the +INSTALL script as part of the POST-INSTALL action. diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile index e5dc22db0c4..525f257a25c 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/01/25 10:30:32 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2014/01/25 10:45:22 wiz Exp $ DISTNAME= rox-session-0.28 PKGREVISION= 26 @@ -17,7 +17,7 @@ DIST_SUBDIR= rox NO_BUILD= yes -PYTHON_PATCH_SCRIPTS= AppRun tests/testutils.py +REPLACE_PYTHON= AppRun tests/testutils.py PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Session diff --git a/x11/rox-wallpaper/Makefile b/x11/rox-wallpaper/Makefile index 2d00d8ecf75..d4906e47236 100644 --- a/x11/rox-wallpaper/Makefile +++ b/x11/rox-wallpaper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/29 05:06:50 asau Exp $ +# $NetBSD: Makefile,v 1.9 2014/01/25 10:45:22 wiz Exp $ # DISTNAME= wallpaper-2.0 @@ -19,7 +19,7 @@ DIST_SUBDIR= rox NO_BUILD= yes -PYTHON_PATCH_SCRIPTS= AppRun +REPLACE_PYTHON= AppRun INSTALLATION_DIRS= share/rox/Wallpaper |