svn commit: r344076 - head/sysutils/highlnk

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


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

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

Modified:
  head/sysutils/highlnk/Makefile

Modified: head/sysutils/highlnk/Makefile
==============================================================================
--- head/sysutils/highlnk/Makefile	Thu Feb 13 09:40:41 2014	(r344075)
+++ head/sysutils/highlnk/Makefile	Thu Feb 13 09:40:46 2014	(r344076)
@@ -17,8 +17,6 @@ PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|linux/limits.h|sys/syslimits.h|' \
 		${WRKSRC}/finder.c \


More information about the svn-ports-all mailing list