diff options
author | Steve Price <steve@FreeBSD.org> | 1998-06-04 17:31:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-06-04 17:31:04 +0000 |
commit | 2b74fe6fc53fe5b8fe40bc9ac5d918ebaad54f9d (patch) | |
tree | 724f2860ca2f0a9779ae8fc73f302b98748782c5 /net-mgmt/scotty3/files/patch-aa | |
parent | Fix calc so that it will build properly again. (diff) |
Force 'sharedlibextension' to .so
PR: 6809
Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx>
Suggested by: se
Notes
Notes:
svn path=/head/; revision=11250
Diffstat (limited to 'net-mgmt/scotty3/files/patch-aa')
-rw-r--r-- | net-mgmt/scotty3/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa index 8ee8bc72f271..1011a6ae5a23 100644 --- a/net-mgmt/scotty3/files/patch-aa +++ b/net-mgmt/scotty3/files/patch-aa @@ -1,22 +1,3 @@ ---- Makefile.in~ Fri Sep 13 07:42:06 1996 -+++ Makefile.in Fri Sep 13 09:28:45 1996 -@@ -567,10 +567,14 @@ - fi; \ - done; - @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)" -- @$(INSTALL_PROGRAM) $(UNIX_DIR)/tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) -+ @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh -+ @$(INSTALL) -m 555 ${UNIX_DIR}/tkined.sh ${BIN_INSTALL_DIR}/tkined -+ @$(INSTALL) -m 555 $(UNIX_DIR)/tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) -+ @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh -+ @$(INSTALL) -m 555 ${UNIX_DIR}/scotty.sh ${BIN_INSTALL_DIR}/scotty - @$(INSTALL_DATA) tkined$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX) - @chmod 555 $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX) -- @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl -+ @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION).so"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl - @$(INSTALL_DATA) $(TKI_DIR)/tkined.defaults $(TKI_INSTALL_DIR) - - tki-install-library: --- tkined.sh.in~ Fri Sep 13 09:30:41 1996 +++ tkined.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ |