git: 9e596fe2db37 - main - dns/dnsproxy: re-sort plist files
Kirill Ponomarev
krion at FreeBSD.org
Wed Jun 30 12:03:06 UTC 2021
The branch main has been updated by krion:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9e596fe2db3770150c93540ecff36dd8a065f504
commit 9e596fe2db3770150c93540ecff36dd8a065f504
Author: Kirill Ponomarev <krion at FreeBSD.org>
AuthorDate: 2021-06-30 12:02:52 +0000
Commit: Kirill Ponomarev <krion at 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
More information about the dev-commits-ports-all
mailing list