diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-05 08:36:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-05 08:36:41 +0000 |
commit | 83a1bc521909147335880f61a5d447d8b21b1752 (patch) | |
tree | 6127ab4396dc2cc507c733294bbb499ac88adb6f /security | |
parent | 1fe4349f8efa4138ee2048403f8264e6d3301bb6 (diff) | |
download | pkgsrc-83a1bc521909147335880f61a5d447d8b21b1752.tar.gz |
Fix PKGREVISION variable name. From Robert Elz.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-paramiko/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 80240a85d80..7cfe20d735b 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2010/12/06 22:22:08 gls Exp $ +# $NetBSD: Makefile,v 1.10 2011/04/05 08:36:41 wiz Exp $ # DISTNAME= paramiko-1.7.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKG_REVISION= 2 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://pypi.python.org/packages/source/p/paramiko/ EXTRACT_SUFX= .zip |