svn commit: r359520 - head/net-mgmt/cowpatty

Rodrigo Osorio rodrigo at FreeBSD.org
Fri Jun 27 13:32:29 UTC 2014


Author: rodrigo
Date: Fri Jun 27 13:32:28 2014
New Revision: 359520
URL: http://svnweb.freebsd.org/changeset/ports/359520
QAT: https://qat.redports.org/buildarchive/r359520/

Log:
  - take maintenership
  - add licence
  - fix deprecated NOPORTDOCS
  
  Approved by:	bapt (mentor)

Modified:
  head/net-mgmt/cowpatty/Makefile

Modified: head/net-mgmt/cowpatty/Makefile
==============================================================================
--- head/net-mgmt/cowpatty/Makefile	Fri Jun 27 13:29:08 2014	(r359519)
+++ head/net-mgmt/cowpatty/Makefile	Fri Jun 27 13:32:28 2014	(r359520)
@@ -8,22 +8,22 @@ MASTER_SITES=	http://www.willhackforsush
 		http://mcx2.org/files/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	dhn at FreeBSD.org
+MAINTAINER=	rodrigo at 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>


More information about the svn-ports-head mailing list