diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-06-27 13:32:28 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-06-27 13:32:28 +0000 |
commit | 40ec77ee66d966b51b74a20cf3b7cd0864824696 (patch) | |
tree | cf7de43b512cc427580dbee4a64ef8a91cf75f79 /net-mgmt/cowpatty | |
parent | 1a79bd12901eec26cf210e6904e35ba57fa1957f (diff) | |
download | ports-40ec77ee66d966b51b74a20cf3b7cd0864824696.tar.gz ports-40ec77ee66d966b51b74a20cf3b7cd0864824696.zip |
Notes
Diffstat (limited to 'net-mgmt/cowpatty')
-rw-r--r-- | net-mgmt/cowpatty/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/cowpatty/Makefile b/net-mgmt/cowpatty/Makefile index cd5a5375fe45..8d9eb80300dd 100644 --- a/net-mgmt/cowpatty/Makefile +++ b/net-mgmt/cowpatty/Makefile @@ -8,22 +8,22 @@ MASTER_SITES= http://www.willhackforsushi.com/code/cowpatty/${PORTVERSION}/ \ http://mcx2.org/files/ EXTRACT_SUFX= .tgz -MAINTAINER= dhn@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Brute-force dictionary attack against WPA-PSK +LICENSE= GPLv2 + PORTDOCS= FAQ README SUB_FILES= pkg-message MAKE_JOBS_UNSAFE= yes +OPTIONS_DEFINE= DOCS USE_OPENSSL= yes PLIST_FILES= bin/cowpatty bin/genpmk post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |