svn commit: r418051 - head/net/openntpd

Adam Weinberger adamw at FreeBSD.org
Mon Jul 4 19:23:18 UTC 2016


Author: adamw
Date: Mon Jul  4 19:23:17 2016
New Revision: 418051
URL: https://svnweb.freebsd.org/changeset/ports/418051

Log:
  Fix dangling backslash after r418011.
  
  Committed under just-fix-it.

Modified:
  head/net/openntpd/Makefile

Modified: head/net/openntpd/Makefile
==============================================================================
--- head/net/openntpd/Makefile	Mon Jul  4 19:12:55 2016	(r418050)
+++ head/net/openntpd/Makefile	Mon Jul  4 19:23:17 2016	(r418051)
@@ -27,7 +27,7 @@ OPTIONS_DEFAULT=	RESSL
 
 # Requires libtls from LibreSSL
 RESSL_USE=		openssl=yes
-RESSL_VARS=		with_openssl_port=yes \
+RESSL_VARS=		with_openssl_port=yes
 RESSL_CONFIGURE_WITH=	cacert=${LOCALBASE}/etc/ssl/cert.pem
 RESSL_CPPFLAGS=		-I${LOCALBASE}/include
 RESSL_LDFLAGS=		-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list