svn commit: r344080 - head/sysutils/tmpreaper

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


Author: ehaupt
Date: Thu Feb 13 09:41:04 2014
New Revision: 344080
URL: http://svnweb.freebsd.org/changeset/ports/344080
QAT: https://qat.redports.org/buildarchive/r344080/

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

Modified:
  head/sysutils/tmpreaper/Makefile

Modified: head/sysutils/tmpreaper/Makefile
==============================================================================
--- head/sysutils/tmpreaper/Makefile	Thu Feb 13 09:40:59 2014	(r344079)
+++ head/sysutils/tmpreaper/Makefile	Thu Feb 13 09:41:04 2014	(r344080)
@@ -19,8 +19,6 @@ PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list