diff options
author | adam <adam> | 2008-10-10 11:35:39 +0000 |
---|---|---|
committer | adam <adam> | 2008-10-10 11:35:39 +0000 |
commit | 74d5456d7775bb3a3e91e0fa3d0879a2107d0822 (patch) | |
tree | 7eb6f67d16be260eaf9b4ef671858f307b3e1432 /security | |
parent | 5447ecaf61c762efa3caee0af7404b6358ac0ace (diff) | |
download | pkgsrc-74d5456d7775bb3a3e91e0fa3d0879a2107d0822.tar.gz |
.nbin patches are not installed
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-plugins/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
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 |