diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-07-04 21:06:34 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-07-04 21:06:34 +0000 |
commit | df3ab8a9ce5ec98bd3fc3228460143b879a4b660 (patch) | |
tree | 7c6b1b25dbf879b0c8a6c99afe478a3ad73c4b5c /security/nessus-devel/files | |
parent | Upgrade to 2.0.7. (diff) |
Upgrade to 2.0.7.
PR: ports/54051
Submitted by: maintainer
Diffstat (limited to 'security/nessus-devel/files')
-rw-r--r-- | security/nessus-devel/files/patch-Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/nessus-devel/files/patch-Makefile b/security/nessus-devel/files/patch-Makefile new file mode 100644 index 000000000000..e5cba48b359c --- /dev/null +++ b/security/nessus-devel/files/patch-Makefile @@ -0,0 +1,17 @@ +--- Makefile.orig Tue Jan 21 11:45:03 2003 ++++ Makefile Thu Jul 3 08:41:17 2003 +@@ -10,14 +10,6 @@ + touch $@ + + install: all $(CLIENT_INSTALL) install-bin install-man +- @echo +- @echo ' --------------------------------------------------------------' +- @echo ' nessus-core has been sucessfully installed. ' +- @echo " Make sure that $(bindir) and $(sbindir) are in your PATH before" +- @echo " you continue." +- @echo " nessusd has been installed into $(sbindir)" +- @echo ' --------------------------------------------------------------' +- @echo + + install-bin: + test -d $(DESTDIR)${sbindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${sbindir} |