openbsd-ports/security/nessus/patches/patch-nessus-plugins_Makefile
matt a6ba53fea6 - update to 1.0.5
- patch names, MAINTAINER -> current conventions
2000-10-01 00:35:50 +00:00

13 lines
458 B
Plaintext

$OpenBSD: patch-nessus-plugins_Makefile,v 1.1 2000/10/01 00:35:53 matt Exp $
--- nessus-plugins/Makefile.orig Sun Apr 30 09:03:02 2000
+++ nessus-plugins/Makefile Tue Sep 26 13:48:05 2000
@@ -23,7 +23,7 @@ install : all $(INSTALL_UPDATER)
$(INSTALL) -o root -m 444 $$scripts ${libdir}/nessus/plugins; \
done
- for plugins in bin/*.nes; do \
+ -for plugins in bin/*.nes; do \
$(INSTALL) -o root -m 444 $$plugins ${libdir}/nessus/plugins; \
done