diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-27 10:57:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-27 10:57:37 +0000 |
commit | bc596cfcc23e90db9e6822723da1eb7ce20d5677 (patch) | |
tree | d30ca78230e683344b2c8521929a215ff946899f /security/nessus-libraries-devel/files/patch-aa | |
parent | Add lame-devel 3.89b, ISO code based fast MP3 encoder kit. (diff) |
Update the nessus-*-devel ports to version 1.1.7.
PR: 31139 (+ some changes)
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Reviewed by: olgeni
Notes
Notes:
svn path=/head/; revision=49260
Diffstat (limited to 'security/nessus-libraries-devel/files/patch-aa')
-rw-r--r-- | security/nessus-libraries-devel/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/nessus-libraries-devel/files/patch-aa b/security/nessus-libraries-devel/files/patch-aa new file mode 100644 index 000000000000..9d914ce75c0c --- /dev/null +++ b/security/nessus-libraries-devel/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Thu May 31 15:51:08 2001 ++++ Makefile Wed Oct 10 20:16:14 2001 +@@ -46,7 +46,6 @@ + cd libhosts_gatherer && ${MAKE} install + cd libpcap-nessus && ${MAKE} install + +- $(INSTALL) -m 0444 include/includes.h ${includedir}/nessus + $(INSTALL) -m 0444 include/libnessus.h ${includedir}/nessus + $(INSTALL) -m 0444 include/harglists.h ${includedir}/nessus + $(INSTALL) -m 0444 include/libvers.h ${includedir}/nessus |