summaryrefslogtreecommitdiff
path: root/sysutils/xentools33
diff options
context:
space:
mode:
authorabs <abs>2011-04-30 19:25:53 +0000
committerabs <abs>2011-04-30 19:25:53 +0000
commit62240577fceea372a693538df5af939278850972 (patch)
tree80540dca27af7ac62e2feb1433b9400f0a3cef1a /sysutils/xentools33
parent905f95c4aceeb59b3948480a75873010ddf24c8b (diff)
downloadpkgsrc-62240577fceea372a693538df5af939278850972.tar.gz
REPLACE_PYTHON for /usr/bin/env python in misc/xsview, bump PKGREVISION
Diffstat (limited to 'sysutils/xentools33')
-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"