svn commit: r344072 - head/security/pkcrack

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:40:29 UTC 2014


Author: ehaupt
Date: Thu Feb 13 09:40:28 2014
New Revision: 344072
URL: http://svnweb.freebsd.org/changeset/ports/344072
QAT: https://qat.redports.org/buildarchive/r344072/

Log:
  Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
  afterwards.
  
  Encouraged by:	mat

Modified:
  head/security/pkcrack/Makefile

Modified: head/security/pkcrack/Makefile
==============================================================================
--- head/security/pkcrack/Makefile	Thu Feb 13 09:40:23 2014	(r344071)
+++ head/security/pkcrack/Makefile	Thu Feb 13 09:40:28 2014	(r344072)
@@ -18,8 +18,6 @@ PORTDOCS=	README pkzip.ps.gz
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-install:
 .for f in pkcrack zipdecrypt
 	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list