svn commit: r344062 - head/math/mathomatic

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


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

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

Modified:
  head/math/mathomatic/Makefile

Modified: head/math/mathomatic/Makefile
==============================================================================
--- head/math/mathomatic/Makefile	Thu Feb 13 09:39:39 2014	(r344061)
+++ head/math/mathomatic/Makefile	Thu Feb 13 09:39:43 2014	(r344062)
@@ -26,8 +26,6 @@ MAKE_ARGS=	READLINE=1
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 regression-test: build
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
 


More information about the svn-ports-all mailing list