diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2021-06-30 14:02:52 +0200 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2021-06-30 14:02:52 +0200 |
commit | 9e596fe2db3770150c93540ecff36dd8a065f504 (patch) | |
tree | cd20f72078e743dd3a50303d7fa219b0f2322ed3 /dns/dnsproxy | |
parent | fd2125a899b3f19f99fcea201739275253ecc28b (diff) | |
download | freebsd-ports-9e596fe2db3770150c93540ecff36dd8a065f504.zip |
dns/dnsproxy: re-sort plist files
Diffstat (limited to 'dns/dnsproxy')
-rw-r--r-- | dns/dnsproxy/Makefile | 5 |
1 files 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 |