mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
506f0e73b4
PR: ports/54050 Submitted by: maintainer
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
--- 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
|