PKGNAME should include the version number. Also remove the redundant
"py" prefix from PKGNAME.
This commit is contained in:
parent
838274a29f
commit
c1588ce22a
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue