svn commit: r344074 - head/sysutils/disktype

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


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

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

Modified:
  head/sysutils/disktype/Makefile

Modified: head/sysutils/disktype/Makefile
==============================================================================
--- head/sysutils/disktype/Makefile	Thu Feb 13 09:40:32 2014	(r344073)
+++ head/sysutils/disktype/Makefile	Thu Feb 13 09:40:37 2014	(r344074)
@@ -16,8 +16,6 @@ PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 .for var in CFLAGS LDFLAGS CC
 	@${REINPLACE_CMD} -e 's|^\(${var}\)[ ]*=|\1 ?=|' \


More information about the svn-ports-head mailing list