diff options
Diffstat (limited to 'security/crack/Makefile')
-rw-r--r-- | security/crack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index b91f867..f2d3d16 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -1,6 +1,5 @@ # ex:ts=8 # Ports collection makefile for: Crack -# Version required: 0.0 # Date created: 12 Jan 1997 # Whom: David O'Brien <obrien@FreeBSD.org> # & Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> @@ -8,13 +7,14 @@ # $FreeBSD$ # -DISTNAME= crack5.0 -PKGNAME= crack-5.0 +PORTNAME= crack +PORTVERSION= 5.0 CATEGORIES= security MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ \ ftp://ftp.ox.ac.uk/pub/comp/security/software/crackers/ \ ftp://ftp.auscert.org.au/pub/coast/mirrors/cert.org/tools/crack/ \ ftp://ftp.riken.go.jp/pub/net/cert_security_tools/crack/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= obrien@FreeBSD.org |