1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Convert to options helper

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-29 15:27:54 +00:00
parent 61baa8ddac
commit 432aef3549
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442012

View File

@ -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" \