summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-04-30 19:25:53 +0000
committerabs <abs@pkgsrc.org>2011-04-30 19:25:53 +0000
commit384e4936629c2d5ae8cb3bb4526701e1ddf2d38b (patch)
tree80540dca27af7ac62e2feb1433b9400f0a3cef1a /sysutils
parentc7b54e513ecc8888e1f3bdb490d61f3ce5050bb2 (diff)
downloadpkgsrc-384e4936629c2d5ae8cb3bb4526701e1ddf2d38b.tar.gz
REPLACE_PYTHON for /usr/bin/env python in misc/xsview, bump PKGREVISION
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xentools33/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile
index 12c9e235ad9..41cd481e546 100644
--- a/sysutils/xentools33/Makefile
+++ b/sysutils/xentools33/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2011/01/12 00:12:13 jym Exp $
+# $NetBSD: Makefile,v 1.24 2011/04/30 19:25:53 abs Exp $
#
VERSION= 3.3.2
DISTNAME= xen-${VERSION}
PKGNAME= xentools33-${VERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
EXTRACT_SUFX= .tar.gz
@@ -114,6 +114,8 @@ SUBST_FILES.prefix+= misc/xen-python-path
SUBST_FILES.prefix+= ioemu/vl.c
SUBST_SED.prefix= -e "s,@PREFIX@,${PREFIX},g"
+REPLACE_PYTHON+= misc/xsview
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"