svn commit: r477536 - head/net/sslh
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 18 20:43:02 UTC 2018
Author: sunpoet
Date: Sat Aug 18 20:43:01 2018
New Revision: 477536
URL: https://svnweb.freebsd.org/changeset/ports/477536
Log:
Convert to options variable helper
Approved by: portmgr (blanket)
Modified:
head/net/sslh/Makefile
Modified: head/net/sslh/Makefile
==============================================================================
--- head/net/sslh/Makefile Sat Aug 18 20:42:56 2018 (r477535)
+++ head/net/sslh/Makefile Sat Aug 18 20:43:01 2018 (r477536)
@@ -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},' \
More information about the svn-ports-all
mailing list