summaryrefslogtreecommitdiff
path: root/devel/bzr
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-08-31 20:26:55 +0000
committeragc <agc@pkgsrc.org>2007-08-31 20:26:55 +0000
commit7d8ad86e0bf77b822d5996b6339c4cbfa7ccfb09 (patch)
tree26b1b061cbcbcff31791857b98d981a145b78bf5 /devel/bzr
parent79c9d4c9ab19551d5711a92fec5d7839f5a64839 (diff)
downloadpkgsrc-7d8ad86e0bf77b822d5996b6339c4cbfa7ccfb09.tar.gz
Modify the COMMENT so that seraches for "bazaar" should hit this package,
as well as "bzr". Clean up some lint.
Diffstat (limited to 'devel/bzr')
-rw-r--r--devel/bzr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile
index 63bbc0e4780..fb11a9b3b42 100644
--- a/devel/bzr/Makefile
+++ b/devel/bzr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/07/28 14:48:17 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/08/31 20:26:55 agc Exp $
#
DISTNAME= bzr-0.18
@@ -7,7 +7,7 @@ MASTER_SITES= http://bazaar-vcs.org/releases/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bazaar-vcs.org/
-COMMENT= Open source distributed version control system
+COMMENT= Bazaar open source distributed version control system
DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
@@ -25,8 +25,8 @@ DEPENDS+= ${PYPKGPREFIX}-medusa>=0:../../net/py-medusa
.endif
SUBST_CLASSES+= python
-SUBST_MESSAGE.python+= Fix python path for test case.
-SUBST_STAGE.python+= post-extract
+SUBST_MESSAGE.python= Fix python path for test case.
+SUBST_STAGE.python= post-extract
SUBST_FILES.python+= Makefile
SUBST_SED.python+= -e 's,python ,${PYTHONBIN} ,'