From 74d5456d7775bb3a3e91e0fa3d0879a2107d0822 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 10 Oct 2008 11:35:39 +0000 Subject: .nbin patches are not installed --- security/nessus-plugins/patches/patch-ab | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/nessus-plugins/patches/patch-ab (limited to 'security') diff --git a/security/nessus-plugins/patches/patch-ab b/security/nessus-plugins/patches/patch-ab new file mode 100644 index 00000000000..7c35a3ec903 --- /dev/null +++ b/security/nessus-plugins/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2008/10/10 11:35:39 adam Exp $ + +--- Makefile.orig 2008-10-06 16:00:43.000000000 +0200 ++++ Makefile +@@ -23,7 +23,7 @@ install-dirs: + $(DESTDIR)${libdir}/nessus/plugins + + install-nasl: install-dirs +- for scripts in scripts/*.nasl scripts/*.nbin; do \ ++ for scripts in scripts/*.nasl; do \ + $(INSTALL) -o $(installuser) -m 444 $$scripts \ + $(DESTDIR)${libdir}/nessus/plugins; \ + done -- cgit v1.2.3