diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-02-12 22:56:14 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-02-12 22:56:14 +0000 |
commit | 1bf136610855808c610585def50d7f3040bdb84e (patch) | |
tree | 65a73f880914312cd5edba6d62f8e064658dab7e /net/scotty | |
parent | 4eded2d5d296fd8c0bebca1a948cd3cc9ee37802 (diff) | |
download | ports-1bf136610855808c610585def50d7f3040bdb84e.tar.gz ports-1bf136610855808c610585def50d7f3040bdb84e.zip |
Notes
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/files/patch-aa | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/scotty/files/patch-aa b/net/scotty/files/patch-aa index aa364249d34c..766536704d2f 100644 --- a/net/scotty/files/patch-aa +++ b/net/scotty/files/patch-aa @@ -1,14 +1,5 @@ --- Makefile.in~ Fri Sep 13 07:42:06 1996 +++ Makefile.in Fri Sep 13 09:28:45 1996 -@@ -469,7 +469,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) -- @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl -+ @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION).so"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl - - tnm-install-mibs: - @for i in $(TNM_INSTALL_DIR)/mibs ; \ @@ -567,10 +567,14 @@ fi; \ done; |