svn commit: r344057 - head/comms/remserial

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


Author: ehaupt
Date: Thu Feb 13 09:39:20 2014
New Revision: 344057
URL: http://svnweb.freebsd.org/changeset/ports/344057
QAT: https://qat.redports.org/buildarchive/r344057/

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

Modified:
  head/comms/remserial/Makefile

Modified: head/comms/remserial/Makefile
==============================================================================
--- head/comms/remserial/Makefile	Thu Feb 13 09:39:15 2014	(r344056)
+++ head/comms/remserial/Makefile	Thu Feb 13 09:39:20 2014	(r344057)
@@ -19,8 +19,6 @@ CFLAGS+=	-DOSVERSION=\"${OSVERSION}\"
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list