svn commit: r344081 - head/sysutils/watchfolder

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


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

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

Modified:
  head/sysutils/watchfolder/Makefile

Modified: head/sysutils/watchfolder/Makefile
==============================================================================
--- head/sysutils/watchfolder/Makefile	Thu Feb 13 09:41:04 2014	(r344080)
+++ head/sysutils/watchfolder/Makefile	Thu Feb 13 09:41:08 2014	(r344081)
@@ -17,8 +17,6 @@ USE_RC_SUBR=	watchd
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|gcc $$(OPT)|${CC} ${CFLAGS}|' \
 		${WRKSRC}/Makefile


More information about the svn-ports-all mailing list