svn commit: r344079 - head/sysutils/rej

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:41:01 UTC 2014


Author: ehaupt
Date: Thu Feb 13 09:40:59 2014
New Revision: 344079
URL: http://svnweb.freebsd.org/changeset/ports/344079
QAT: https://qat.redports.org/buildarchive/r344079/

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

Modified:
  head/sysutils/rej/Makefile

Modified: head/sysutils/rej/Makefile
==============================================================================
--- head/sysutils/rej/Makefile	Thu Feb 13 09:40:55 2014	(r344078)
+++ head/sysutils/rej/Makefile	Thu Feb 13 09:40:59 2014	(r344079)
@@ -19,8 +19,6 @@ PLIST_FILES=	bin/rej bin/rej-qp bin/rej-
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
 		${WRKSRC}/runtests.sh


More information about the svn-ports-head mailing list