diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-08-16 09:02:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-08-16 09:02:33 +0000 |
commit | c3f5e9904a1112bc193dee85cc870295f1ec4bf4 (patch) | |
tree | fa79d420db061708206c6af96749c802baeda56d /net-mgmt/cowpatty | |
parent | 71a218bad12255df56379a7e96414d94c56ee573 (diff) | |
download | ports-c3f5e9904a1112bc193dee85cc870295f1ec4bf4.tar.gz ports-c3f5e9904a1112bc193dee85cc870295f1ec4bf4.zip |
Notes
Diffstat (limited to 'net-mgmt/cowpatty')
-rw-r--r-- | net-mgmt/cowpatty/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/cowpatty/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/cowpatty/Makefile b/net-mgmt/cowpatty/Makefile index b8fc8039edcd..9efb18f6a521 100644 --- a/net-mgmt/cowpatty/Makefile +++ b/net-mgmt/cowpatty/Makefile @@ -9,6 +9,7 @@ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Brute-force dictionary attack against WPA-PSK LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING USES= ssl @@ -27,7 +28,7 @@ post-patch: -e "s|\(-DOPENSSL\)|\1 -I${OPENSSLINC} -L${OPENSSLLIB} |g" \ ${WRKSRC}/Makefile -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) diff --git a/net-mgmt/cowpatty/pkg-descr b/net-mgmt/cowpatty/pkg-descr index 3c7d3968dd13..a857c6d8c810 100644 --- a/net-mgmt/cowpatty/pkg-descr +++ b/net-mgmt/cowpatty/pkg-descr @@ -1,4 +1,4 @@ coWPAtty is designed to audit the security of pre-shared keys (PSK) selected in WiFi Protected Access (WPA) networks. -WWW: http://www.willhackforsushi.com/?page_id=50 +WWW: https://www.willhackforsushi.com/?page_id=50 |