pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/nessus-plugins/patches .nbin patches are not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faa61cf441d3
branches:  trunk
changeset: 548178:faa61cf441d3
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 10 11:35:39 2008 +0000

description:
.nbin patches are not installed

diffstat:

 security/nessus-plugins/patches/patch-ab |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r d08495cf684a -r faa61cf441d3 security/nessus-plugins/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/nessus-plugins/patches/patch-ab  Fri Oct 10 11:35:39 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index