adf1740316
from Richard Johnson <rdump at river dot com> with some cleanup and @extra support from me
15 lines
711 B
Plaintext
15 lines
711 B
Plaintext
$OpenBSD: patch-nessus-libraries_Makefile,v 1.4 2003/11/27 19:53:24 sturm Exp $
|
|
--- nessus-libraries/Makefile.orig 2003-04-04 02:40:37.000000000 -0600
|
|
+++ nessus-libraries/Makefile 2003-09-29 14:26:05.000000000 -0500
|
|
@@ -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
|