mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- take maintenership
- add licence - fix deprecated NOPORTDOCS Approved by: bapt (mentor)
This commit is contained in:
parent
1a79bd1290
commit
40ec77ee66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359520
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue