diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-18 20:43:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-18 20:43:01 +0000 |
commit | a6567f7ef74a633f0fa90dbd9cfb381807e52b8a (patch) | |
tree | 4c3a468bc152fbc1e9c50e4cb21360648f4f648f /net/sslh | |
parent | 851317b3c078d5ba3baa0366dd81fe822ca6421a (diff) |
Convert to options variable helper
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=477536
Diffstat (limited to 'net/sslh')
-rw-r--r-- | net/sslh/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 096b868f0aec..710300f4e95b 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -39,11 +39,7 @@ PORTEXAMPLES= example.cfg MAKE_JOBS_UNSAFE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MLIBWRAP} -MAKE_ENV+= USELIBWRAP=1 -.endif +LIBWRAP_MAKE_ENV= USELIBWRAP=1 post-patch: @${REINPLACE_CMD} -Ee 's,^(release=)$$,\1${PORTVERSION},' \ |