svn commit: r344078 - head/sysutils/magicrescue

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


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

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

Modified:
  head/sysutils/magicrescue/Makefile

Modified: head/sysutils/magicrescue/Makefile
==============================================================================
--- head/sysutils/magicrescue/Makefile	Thu Feb 13 09:40:50 2014	(r344077)
+++ head/sysutils/magicrescue/Makefile	Thu Feb 13 09:40:55 2014	(r344078)
@@ -23,8 +23,6 @@ OPTIONS_DEFINE=	DOCS
 
 MAKE_ENV+=	STAGEDIR=${STAGEDIR}
 
-.include <bsd.port.options.mk>
-
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in NEWS README


More information about the svn-ports-all mailing list