svn commit: r344068 - head/security/bcrypt

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


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


More information about the svn-ports-head mailing list