Date: Thu, 13 Feb 2014 09:38:49 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344050 - head/archivers/mar Message-ID: <201402130938.s1D9cnow083601@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402130938.s1D9cnow083601>