openbsd-ports/security/nessus/patches/patch-nessus-libraries_libhosts_gatherer_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

12 lines
656 B
Plaintext

$OpenBSD: patch-nessus-libraries_libhosts_gatherer_Makefile,v 1.2 2003/11/27 19:53:24 sturm Exp $
--- nessus-libraries/libhosts_gatherer/Makefile.orig 2003-04-06 21:06:49.000000000 -0500
+++ nessus-libraries/libhosts_gatherer/Makefile 2003-09-29 14:26:53.000000000 -0500
@@ -19,7 +19,6 @@ test : libhosts_gatherer.la
install : libhosts_gatherer.la
test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir}
$(LIBTOOL) --mode install $(INSTALL) libhosts_gatherer.la $(DESTDIR)${libdir}
- $(LIBTOOL) --finish $(DESTDIR)${libdir}
libhosts_gatherer.la : $(OBJS)
$(LIBTOOL) $(CC) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \