diff options
author | minskim <minskim> | 2004-11-18 05:08:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-18 05:08:55 +0000 |
commit | c320f4a363b0749d21fc4e4cbb2719c7e91b9148 (patch) | |
tree | 2bbe5d1ed33ecca682cbc2a852b58e4d3e6a4e6a /security/py-crack | |
parent | 0b1887afbcc8f3a1c967b32967ed5ac5254d3253 (diff) | |
download | pkgsrc-c320f4a363b0749d21fc4e4cbb2719c7e91b9148.tar.gz |
PKGNAME should include the version number. Also remove the redundant
"py" prefix from PKGNAME.
Diffstat (limited to 'security/py-crack')
-rw-r--r-- | security/py-crack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile index 796594db758..7ad2b5d4aba 100644 --- a/security/py-crack/Makefile +++ b/security/py-crack/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 11:29:52 darcy Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/18 05:08:55 minskim Exp $ # DISTNAME= pycrack-0.01 -PKGNAME= ${PYPKGPREFIX}-pycrack +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/py//} CATEGORIES= security python MASTER_SITES= http://www.digitalevacuation.org/pycrack/ |