Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 2017 22:17:22 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430602 - head/dns/dnscrypt-proxy
Message-ID:  <201701042217.v04MHMoN022906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Jan  4 22:17:22 2017
New Revision: 430602
URL: https://svnweb.freebsd.org/changeset/ports/430602

Log:
  dns/dnscrypt-proxy: Correct usage of USE_LDCONFIG
  
  Reported by:	sunpoet

Modified:
  head/dns/dnscrypt-proxy/Makefile

Modified: head/dns/dnscrypt-proxy/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy/Makefile	Wed Jan  4 22:15:22 2017	(r430601)
+++ head/dns/dnscrypt-proxy/Makefile	Wed Jan  4 22:17:22 2017	(r430602)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dnscrypt-proxy
 PORTVERSION=	1.9.1
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	https://download.dnscrypt.org/dnscrypt-proxy/ \
 		http://download.dnscrypt.org/dnscrypt-proxy/ \
@@ -21,8 +22,6 @@ USERS=		_dnscrypt-proxy
 GNU_CONFIGURE=	yes
 USES=		execinfo gmake
 
-USE_LDCONFIG=	yes
-
 INSTALL_TARGET=	install-strip
 
 PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README* THANKS
@@ -36,6 +35,7 @@ OPTIONS_SUB=	yes
 PLUGINS_CONFIGURE_ENABLE=	plugins
 PLUGINS_LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libldns.so:dns/ldns
+PLUGINS_USE=	LDCONFIG=${PREFIX}/lib/dnscrypt-proxy
 PLUGINS_USES=	libtool
 PLUGINS_RELAXED_DESC=	Allow loading plugins owned by other users
 PLUGINS_RELAXED_CONFIGURE_ENABLE=	relaxed-plugins-permissions



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