summaryrefslogtreecommitdiff
path: root/security/crack
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
commit3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch)
treea2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/crack
parentProper WWW syntax (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27426
Diffstat (limited to 'security/crack')
-rw-r--r--security/crack/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile
index b91f8677b81d..f2d3d169fe54 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