aboutsummaryrefslogtreecommitdiff
path: root/security/nessus-libraries-devel/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/nessus-libraries-devel/files/patch-aa')
-rw-r--r--security/nessus-libraries-devel/files/patch-aa20
1 files changed, 18 insertions, 2 deletions
diff --git a/security/nessus-libraries-devel/files/patch-aa b/security/nessus-libraries-devel/files/patch-aa
index 2eca56c14a81..c4d02971407e 100644
--- a/security/nessus-libraries-devel/files/patch-aa
+++ b/security/nessus-libraries-devel/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Tue Jan 21 15:25:01 2003
-+++ Makefile Wed Jan 22 08:40:19 2003
+--- 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
@@ -8,3 +8,19 @@
$(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