Date: Thu, 13 Feb 2014 09:40:10 +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: r344068 - head/security/bcrypt Message-ID: <201402130940.s1D9eA5f085153@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 13 09:40:10 2014 New Revision: 344068 URL: http://svnweb.freebsd.org/changeset/ports/344068 QAT: https://qat.redports.org/buildarchive/r344068/ Log: Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for afterwards. Encouraged by: mat Modified: head/security/bcrypt/Makefile Modified: head/security/bcrypt/Makefile ============================================================================== --- head/security/bcrypt/Makefile Thu Feb 13 09:40:05 2014 (r344067) +++ head/security/bcrypt/Makefile Thu Feb 13 09:40:10 2014 (r344068) @@ -19,8 +19,6 @@ PLIST_FILES= bin/bcrypt man/man1/bcrypt. OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -E 's/^(CC|CFLAGS|LDFLAGS|PREFIX)\ /\1?/' \ ${WRKSRC}/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402130940.s1D9eA5f085153>