Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 02:27:40 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420316 - head/sysutils/syslog-ng-devel
Message-ID:  <201608170227.u7H2Re4d093877@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Aug 17 02:27:40 2016
New Revision: 420316
URL: https://svnweb.freebsd.org/changeset/ports/420316

Log:
  Correct a reference to /usr/local to $LOCALBASE

Modified:
  head/sysutils/syslog-ng-devel/Makefile

Modified: head/sysutils/syslog-ng-devel/Makefile
==============================================================================
--- head/sysutils/syslog-ng-devel/Makefile	Wed Aug 17 02:00:58 2016	(r420315)
+++ head/sysutils/syslog-ng-devel/Makefile	Wed Aug 17 02:27:40 2016	(r420316)
@@ -4,7 +4,7 @@
 PORTNAME=	syslog-ng
 # XXX As of 3.8.1beta1, replace PORTVERSION with DISTVERSION=3.8.1beta1
 PORTVERSION=	3.8.0b2
-PORTREVISION=	3
+PORTREVISION=	4
 PKGNAMESUFFIX=	-devel
 CATEGORIES=	sysutils
 # XXX As of 3.8.1beta1, delete the following line.
@@ -99,7 +99,7 @@ CONFIGURE_ARGS+=        --disable-redis
 .endif
 
 .if ${PORT_OPTIONS:MSMTP}
-CONFIGURE_ARGS+=	--with-libesmtp=/usr/local/
+CONFIGURE_ARGS+=	--with-libesmtp=${LOCALBASE}
 LIB_DEPENDS+=		libesmtp.so:mail/libesmtp
 PLIST_FILES+=		lib/syslog-ng/libafsmtp.so
 .else



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