freebsd-ports/security/nessus-libraries/files/patch-aa
Oliver Braun 506f0e73b4 Upgrade to 2.0.7.
PR:		ports/54050
Submitted by:	maintainer
2003-07-04 20:59:42 +00:00

26 lines
1.1 KiB
Text

--- Makefile.orig Fri Apr 4 10:40:37 2003
+++ Makefile Thu Jul 3 08:17:18 2003
@@ -51,7 +51,6 @@
cd libhosts_gatherer && ${MAKE} install
- $(INSTALL) -m 0444 include/includes.h $(DESTDIR)${includedir}/nessus
$(INSTALL) -m 0444 include/libnessus.h $(DESTDIR)${includedir}/nessus
$(INSTALL) -m 0444 include/harglists.h $(DESTDIR)${includedir}/nessus
$(INSTALL) -m 0444 include/libvers.h $(DESTDIR)${includedir}/nessus
@@ -63,15 +62,6 @@
test -d $(DESTDIR)${mandir} || ${INSTALL_DIR} -m 755 $(DESTDIR)${mandir}
test -d $(DESTDIR)${mandir}/man1 || ${INSTALL_DIR} -m 755 $(DESTDIR)${mandir}/man1
$(INSTALL) -m 0644 nessus-config.1 $(DESTDIR)${mandir}/man1
-
- @echo
- @echo ' --------------------------------------------------------------'
- @echo ' nessus-libraries has been sucessfully installed. '
- @echo " Make sure that $(bindir) is in your PATH before you"
- @echo " continue "
- @if [ -f /etc/ld.so.conf ]; then echo " Be sure to add $(libdir) in /etc/ld.so.conf and type 'ldconfig'"; else echo ""; fi
- @echo ' --------------------------------------------------------------'
- @echo
clean : $(PCAP_CLEAN)
-cd libnessus && ${MAKE} clean