Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 12:03:06 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e596fe2db37 - main - dns/dnsproxy: re-sort plist files
Message-ID:  <202106301203.15UC36rd058101@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e596fe2db3770150c93540ecff36dd8a065f504

commit 9e596fe2db3770150c93540ecff36dd8a065f504
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2021-06-30 12:02:52 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2021-06-30 12:02:52 +0000

    dns/dnsproxy: re-sort plist files
---
 dns/dnsproxy/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile
index 85b951f8ced1..642a2acb513a 100644
--- a/dns/dnsproxy/Makefile
+++ b/dns/dnsproxy/Makefile
@@ -18,8 +18,9 @@ GNU_CONFIGURE=	yes
 USES=		groff
 USE_RC_SUBR=	dnsproxy
 
-PLIST_FILES=	sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample \
-		man/man1/dnsproxy.1.gz
+PLIST_FILES=	etc/${PORTNAME}/dnsproxy.conf.sample \
+		man/man1/dnsproxy.1.gz \
+		sbin/dnsproxy
 
 SUB_FILES=	pkg-message
 



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