diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-29 11:05:24 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-29 11:05:24 +0000 |
commit | 21a21949929f981bbd3926ed60498d387612d331 (patch) | |
tree | 63121a74116790087db8e8eaaaf9c8969b239c3a /security/l0phtcrack | |
parent | a7ff4d0e9c8ad655b724868af3c110d689af14dc (diff) |
Notes
Diffstat (limited to 'security/l0phtcrack')
-rw-r--r-- | security/l0phtcrack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index 0ba8e3587d0e..765c36dec4b3 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -8,12 +8,11 @@ MASTER_SITES= http://www.mavetju.org/download/adopted/ \ http://www.cotse.com/sw/WinNT/ DISTNAME= lcsrc DIST_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Cracks SAMBA or Windows NT passwords -USES= dos2unix perl5 +USES= dos2unix perl5 zip DOCDIR= share/doc/${PORTNAME} RESTRICTED= uses GNU getopt with BSDish-licensed code from OpenSSL NO_WRKSUBDIR= yes |