diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-01 22:29:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-01 22:29:15 +0000 |
commit | 44f586c7a0b65d5e7ff0fec66208765ac1e77f41 (patch) | |
tree | 42d1b5401a22e790ac32c2531b926c30e77a66a8 /net/djbdns | |
parent | 028d6892e18fce93db86c12efc2c3675556e2afc (diff) | |
download | pkgsrc-44f586c7a0b65d5e7ff0fec66208765ac1e77f41.tar.gz |
Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/djbdns/PLIST b/net/djbdns/PLIST index 6ce08276f98..15766a36a22 100644 --- a/net/djbdns/PLIST +++ b/net/djbdns/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2011/06/09 01:44:16 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.7 2018/01/01 22:29:47 rillig Exp $ bin/axfr-get bin/axfrdns bin/axfrdns-conf @@ -6,6 +6,8 @@ bin/dnscache bin/dnscache-conf bin/dnsfilter bin/dnsip +${PLIST.inet6}bin/dnsip6 +${PLIST.inet6}bin/dnsip6q bin/dnsipq bin/dnsmx bin/dnsname @@ -55,5 +57,3 @@ man/man8/tinydns.8 man/man8/walldns-conf.8 man/man8/walldns.8 share/examples/djbdns/dnsroots.global -${PLIST.inet6}bin/dnsip6 -${PLIST.inet6}bin/dnsip6q |