Date: Thu, 13 Feb 2014 09:38:40 +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: r344048 - head/archivers/ecm Message-ID: <201402130938.s1D9ceae083443@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 13 09:38:39 2014 New Revision: 344048 URL: http://svnweb.freebsd.org/changeset/ports/344048 QAT: https://qat.redports.org/buildarchive/r344048/ Log: Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for afterwards. Encouraged by: mat Modified: head/archivers/ecm/Makefile Modified: head/archivers/ecm/Makefile ============================================================================== --- head/archivers/ecm/Makefile Thu Feb 13 09:33:25 2014 (r344047) +++ head/archivers/ecm/Makefile Thu Feb 13 09:38:39 2014 (r344048) @@ -19,8 +19,6 @@ PORTDOCS= format.txt OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: .for f in ${PORTNAME} un${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402130938.s1D9ceae083443>