svn commit: r344059 - head/devel/cvsspam

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:39:30 UTC 2014


Author: ehaupt
Date: Thu Feb 13 09:39:29 2014
New Revision: 344059
URL: http://svnweb.freebsd.org/changeset/ports/344059
QAT: https://qat.redports.org/buildarchive/r344059/

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

Modified:
  head/devel/cvsspam/Makefile

Modified: head/devel/cvsspam/Makefile
==============================================================================
--- head/devel/cvsspam/Makefile	Thu Feb 13 09:39:25 2014	(r344058)
+++ head/devel/cvsspam/Makefile	Thu Feb 13 09:39:29 2014	(r344059)
@@ -19,8 +19,6 @@ PORTDOCS=	COPYING CREDITS TODO cvsspam-d
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 .for f in collect_diffs.rb cvsspam.rb record_lastdir.rb
 	@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' \


More information about the svn-ports-all mailing list