Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 13:32:28 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359520 - head/net-mgmt/cowpatty
Message-ID:  <201406271332.s5RDWS86085998@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271332.s5RDWS86085998>