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

13 lines
508 B
Plaintext

$OpenBSD: patch-libnasl_Makefile,v 1.1 2000/10/01 00:35:52 matt Exp $
--- libnasl/Makefile.orig Fri Mar 10 08:32:45 2000
+++ libnasl/Makefile Tue Sep 26 13:48:04 2000
@@ -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}