svn commit: r344069 - head/security/bsdsfv

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


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

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

Modified:
  head/security/bsdsfv/Makefile

Modified: head/security/bsdsfv/Makefile
==============================================================================
--- head/security/bsdsfv/Makefile	Thu Feb 13 09:40:10 2014	(r344068)
+++ head/security/bsdsfv/Makefile	Thu Feb 13 09:40:14 2014	(r344069)
@@ -15,8 +15,6 @@ PORTDOCS=	MANUAL
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|^\(INSTALL_PREFIX =\).*$$|\1 ${STAGEDIR}${PREFIX}|g' \
 		${WRKSRC}/Makefile


More information about the svn-ports-all mailing list