diff options
author | adam <adam@pkgsrc.org> | 2020-03-27 07:45:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-03-27 07:45:17 +0000 |
commit | 5c6aae86c4cdf527c82d57372c1589cb699c25e6 (patch) | |
tree | 2e9bf888464950849545fc75bfa0f99cecf95bbd /net | |
parent | a3e1fa306090c8da7e94bdc87f6241d1ee318f19 (diff) | |
download | pkgsrc-5c6aae86c4cdf527c82d57372c1589cb699c25e6.tar.gz |
powerdns: PLIST fix for tools
Diffstat (limited to 'net')
-rw-r--r-- | net/powerdns/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/powerdns/PLIST b/net/powerdns/PLIST index a4b92cde56c..a327f74658a 100644 --- a/net/powerdns/PLIST +++ b/net/powerdns/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.13 2020/03/17 19:04:49 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2020/03/27 07:45:17 adam Exp $ ${PLIST.tools}bin/calidns ${PLIST.tools}bin/dnsbulktest ${PLIST.tools}bin/dnsgram -bin/dnspcap2calidns +${PLIST.tools}bin/dnspcap2calidns ${PLIST.tools}bin/dnsreplay ${PLIST.tools}bin/dnsscan ${PLIST.tools}bin/dnsscope @@ -29,7 +29,7 @@ ${PLIST.remote}lib/pdns/libremotebackend.la ${PLIST.tools}man/man1/calidns.1 man/man1/dnsbulktest.1 ${PLIST.tools}man/man1/dnsgram.1 -man/man1/dnspcap2calidns.1 +${PLIST.tools}man/man1/dnspcap2calidns.1 ${PLIST.tools}man/man1/dnsreplay.1 ${PLIST.tools}man/man1/dnsscan.1 ${PLIST.tools}man/man1/dnsscope.1 |