openbsd-ports/security/nessus/patches/patch-libnasl_Makefile
sturm adf1740316 update to nessus 2.0.9, no response from maintainer
from Richard Johnson <rdump at river dot com>
with some cleanup and @extra support from me
2003-11-27 19:53:24 +00:00

13 lines
582 B
Plaintext

$OpenBSD: patch-libnasl_Makefile,v 1.3 2003/11/27 19:53:24 sturm Exp $
--- libnasl/Makefile.orig 2003-01-21 08:27:53.000000000 -0600
+++ libnasl/Makefile 2003-09-29 14:15:27.000000000 -0500
@@ -8,7 +8,7 @@ nasl.tmpl: nasl.tmpl.in configure
touch $@
install ::
- cd nasl && ${MAKE} install
+ cd nasl && ${MAKE} prefix=${prefix} install
test -d $(DESTDIR)${includedir}/nessus || $(INSTALL_DIR) -m 755 $(DESTDIR)${includedir}/nessus
$(INSTALL) -c -m 0444 include/nasl.h $(DESTDIR)${includedir}/nessus
test -d $(DESTDIR)${bindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${bindir}