diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-08 12:38:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-08 12:38:44 +0000 |
commit | f029db14817616f663087b4abfc4f999b29fcb14 (patch) | |
tree | e7352cf06a311cb7e81af2daa6919d6c872e2457 | |
parent | 0405df72d4977d303ef9729b8a54be74288cd34c (diff) | |
download | pkgsrc-f029db14817616f663087b4abfc4f999b29fcb14.tar.gz |
Fix PLIST with lua option. From John D. Baker in PR 49183.
-rw-r--r-- | net/nmap/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nmap/PLIST b/net/nmap/PLIST index a6fd8819bc7..5ff4aed6be4 100644 --- a/net/nmap/PLIST +++ b/net/nmap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2013/09/14 14:11:25 drochner Exp $ +@comment $NetBSD: PLIST,v 1.19 2014/09/08 12:38:44 wiz Exp $ bin/ncat ${PLIST.ndiff}bin/ndiff bin/nmap @@ -829,7 +829,8 @@ ${PLIST.lua}share/nmap/scripts/vnc-info.nse ${PLIST.lua}share/nmap/scripts/voldemort-info.nse ${PLIST.lua}share/nmap/scripts/vuze-dht-info.nse ${PLIST.lua}share/nmap/scripts/wdb-version.nse -${PLIST.lua}share/nmap/scripts/whois.nse +${PLIST.lua}share/nmap/scripts/whois-domain.nse +${PLIST.lua}share/nmap/scripts/whois-ip.nse ${PLIST.lua}share/nmap/scripts/wsdd-discover.nse ${PLIST.lua}share/nmap/scripts/x11-access.nse ${PLIST.lua}share/nmap/scripts/xdmcp-discover.nse |