diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /security/crack | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Notes
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index 24537ec45348..bc18cbb7f4de 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -12,9 +12,9 @@ PORTVERSION= 5.0 CATEGORIES= security MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \ ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ \ - ${MASTER_SITE_PACKETSTORM} + ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= Crackers/crack -DISTNAME= ${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The "Sensible" Unix Password Cracker |