svn commit: r344049 - head/archivers/gzrecover

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


Author: ehaupt
Date: Thu Feb 13 09:38:44 2014
New Revision: 344049
URL: http://svnweb.freebsd.org/changeset/ports/344049
QAT: https://qat.redports.org/buildarchive/r344049/

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

Modified:
  head/archivers/gzrecover/Makefile

Modified: head/archivers/gzrecover/Makefile
==============================================================================
--- head/archivers/gzrecover/Makefile	Thu Feb 13 09:38:39 2014	(r344048)
+++ head/archivers/gzrecover/Makefile	Thu Feb 13 09:38:44 2014	(r344049)
@@ -20,8 +20,6 @@ PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-build:
 	${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
 


More information about the svn-ports-all mailing list