svn commit: r344050 - head/archivers/mar

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:38:49 UTC 2014


Author: ehaupt
Date: Thu Feb 13 09:38:48 2014
New Revision: 344050
URL: http://svnweb.freebsd.org/changeset/ports/344050
QAT: https://qat.redports.org/buildarchive/r344050/

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

Modified:
  head/archivers/mar/Makefile

Modified: head/archivers/mar/Makefile
==============================================================================
--- head/archivers/mar/Makefile	Thu Feb 13 09:38:44 2014	(r344049)
+++ head/archivers/mar/Makefile	Thu Feb 13 09:38:48 2014	(r344050)
@@ -16,8 +16,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVER
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -E "s#^(CFLAGS\ |CXXFLAGS\ |CC\ |CXX\ )#\1?#" \
 		${WRKSRC}/src/Makefile


More information about the svn-ports-all mailing list