Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 20:43:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477536 - head/net/sslh
Message-ID:  <201808182043.w7IKh1SY009425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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},' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808182043.w7IKh1SY009425>