diff options
author | marino <marino@FreeBSD.org> | 2014-05-29 19:05:24 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-29 19:05:24 +0800 |
commit | 17952f90c6e392f86b5e51a7d331ffbd9402abf4 (patch) | |
tree | 63121a74116790087db8e8eaaaf9c8969b239c3a /security/l0phtcrack | |
parent | 77300e09218f573f193e26139af0013f6b5390b5 (diff) | |
download | freebsd-ports-gnome-17952f90c6e392f86b5e51a7d331ffbd9402abf4.tar.gz freebsd-ports-gnome-17952f90c6e392f86b5e51a7d331ffbd9402abf4.tar.zst freebsd-ports-gnome-17952f90c6e392f86b5e51a7d331ffbd9402abf4.zip |
security/l0phtcrack: convert to USES+= zip
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 |