svn commit: r442012 - head/net/openbgpd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 29 15:27:56 UTC 2017


Author: sunpoet
Date: Mon May 29 15:27:54 2017
New Revision: 442012
URL: https://svnweb.freebsd.org/changeset/ports/442012

Log:
  Convert to options helper

Modified:
  head/net/openbgpd/Makefile

Modified: head/net/openbgpd/Makefile
==============================================================================
--- head/net/openbgpd/Makefile	Mon May 29 15:27:50 2017	(r442011)
+++ head/net/openbgpd/Makefile	Mon May 29 15:27:54 2017	(r442012)
@@ -28,12 +28,7 @@ GROUPS=		_bgpd
 OPTIONS_DEFINE=	IPV6LLPEER
 OPTIONS_DEFAULT=IPV6LLPEER
 IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MIPV6LLPEER}
-MAKE_ARGS+=	-DIPV6_LINKLOCAL_PEER
-.endif
+IPV6LLPEER_MAKE_ARGS=	-DIPV6_LINKLOCAL_PEER
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g"	\


More information about the svn-ports-all mailing list