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 | e1a8b95c6a274c66739e36a46bd62d03e8869966 (patch) | |
tree | 6127ab4396dc2cc507c733294bbb499ac88adb6f /security | |
parent | df50cbbee2cfddbef0232cb3347b8bed9359ccda (diff) | |
download | pkgsrc-e1a8b95c6a274c66739e36a46bd62d03e8869966.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 |