diff options
author | wiz <wiz> | 2012-04-08 21:28:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-08 21:28:17 +0000 |
commit | fae738ff1a73e620fd9eaa85a72247b5576b4a5e (patch) | |
tree | e56859232bf0fe0f4c429436784182025420d67f /devel/bzr-svn | |
parent | e2e0767554ee32ceff11577b866f627928a0e2c9 (diff) | |
download | pkgsrc-fae738ff1a73e620fd9eaa85a72247b5576b4a5e.tar.gz |
Grammar fix.
Diffstat (limited to 'devel/bzr-svn')
-rw-r--r-- | devel/bzr-svn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 09933bda113..523ea09ac4a 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/03/16 20:59:39 cheusov Exp $ +# $NetBSD: Makefile,v 1.23 2012/04/08 21:28:17 wiz Exp $ DISTNAME= bzr-svn-${VER} CATEGORIES= devel scm @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir PYTHON_PATCH_SCRIPTS= info.py wiki.py -# Only this python versions are supported, see: +# Only these python versions are supported, see: # http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html PYTHON_VERSIONS_ACCEPTED= 27 26 |