[Bug 234757] net/bwping: Update to version 1.10
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 9 19:51:50 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234757
--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MIPV6}
XCONFIGURE_ENV+= ac_cv_ipv6=yes
XPLIST_FILES+= sbin/bwping6 man/man8/bwping6.8.gz
X.else
XCONFIGURE_ENV+= ac_cv_ipv6=no
X.endif
Please convert this to options helpers.
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#options-variables
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list