- this version only comes with GPLed plugins - for easier maintenance split the port into several subports from new maintainer Alexandre Anriot <aanriot at atlantilde.com>
15 lines
659 B
Plaintext
15 lines
659 B
Plaintext
$OpenBSD: patch-nessus-libraries_Makefile,v 1.1.1.1 2005/05/16 16:02:56 sturm Exp $
|
|
--- Makefile.orig Thu Jan 8 17:55:13 2004
|
|
+++ Makefile Wed Mar 30 21:49:58 2005
|
|
@@ -47,8 +47,8 @@ pcap-distclean:
|
|
install : $(PCAP_INSTALL)
|
|
test -d $(DESTDIR)${prefix} || ${INSTALL_DIR} -m 755 $(DESTDIR)${prefix}
|
|
test -d $(DESTDIR)${includedir}/nessus || ${INSTALL_DIR} -m 755 $(DESTDIR)${includedir}/nessus
|
|
- cd libnessus && ${MAKE} install
|
|
- cd libhosts_gatherer && ${MAKE} install
|
|
+ cd libnessus && ${MAKE} prefix=${prefix} install
|
|
+ cd libhosts_gatherer && ${MAKE} prefix=${prefix} install
|
|
|
|
|
|
$(INSTALL) -m 0444 include/includes.h $(DESTDIR)${includedir}/nessus
|