diff options
-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 |