diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 23:52:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 23:52:31 +0000 |
commit | 53b3842137ec584d57c2cc03886358d3a2a86061 (patch) | |
tree | 6a0b9025efe1a5f485ca7f8d5b929bbbe838d873 /net/scotty3/files/patch-ac | |
parent | Update to version 3.52.9. (diff) |
Update to version 2.1.10.
PR: 10806
Submitted by: Dima Sivachecko <dima@Chg.RU>
Notes
Notes:
svn path=/head/; revision=23945
Diffstat (limited to 'net/scotty3/files/patch-ac')
-rw-r--r-- | net/scotty3/files/patch-ac | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net/scotty3/files/patch-ac b/net/scotty3/files/patch-ac index da052c31d3cd..47141f9d54fe 100644 --- a/net/scotty3/files/patch-ac +++ b/net/scotty3/files/patch-ac @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Jun 4 12:15:55 1998 -+++ Makefile.in Thu Jun 4 12:22:39 1998 -@@ -490,7 +490,7 @@ +--- Makefile.in.orig Fri Mar 26 20:12:11 1999 ++++ Makefile.in Fri Mar 26 20:20:58 1999 +@@ -509,7 +509,7 @@ @$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION) @$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) @chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) @@ -9,13 +9,11 @@ tnm-install-mibs: @for i in $(TNM_INSTALL_DIR)/mibs ; \ -@@ -589,11 +590,15 @@ - else true; \ +@@ -608,10 +608,14 @@ fi; \ done; -- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)" + @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)" - @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) -+ @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)" + @$(INSTALL_DATA) -m 555 tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) + @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh + @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh |