13 lines
513 B
Plaintext
13 lines
513 B
Plaintext
$OpenBSD: patch-libnasl_Makefile,v 1.2 2002/05/25 10:38:58 reinhard Exp $
|
|
--- libnasl/Makefile.orig Tue Oct 16 11:54:04 2001
|
|
+++ libnasl/Makefile Tue Apr 30 13:42:13 2002
|
|
@@ -8,7 +8,7 @@ nasl.tmpl: nasl.tmpl.in configure
|
|
touch $@
|
|
|
|
install ::
|
|
- cd nasl && ${MAKE} install
|
|
+ cd nasl && ${MAKE} prefix=${prefix} install
|
|
test -d ${includedir}/nessus || $(INSTALL_DIR) -m 755 ${includedir}/nessus
|
|
$(INSTALL) -c -m 0444 include/nasl.h ${includedir}/nessus
|
|
test -d ${bindir} || $(INSTALL_DIR) -m 755 ${bindir}
|