diff options
author | phk <phk@FreeBSD.org> | 1998-02-13 06:56:14 +0800 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-02-13 06:56:14 +0800 |
commit | 94cb8b9d887ec9bdaf6659cac76505e50ed12d1b (patch) | |
tree | 44a8f852889c839187e860e513248636ed763abc /net-mgmt | |
parent | ac425d39d06f87de32d9843e2981336ae621fe8e (diff) | |
download | freebsd-ports-gnome-94cb8b9d887ec9bdaf6659cac76505e50ed12d1b.tar.gz freebsd-ports-gnome-94cb8b9d887ec9bdaf6659cac76505e50ed12d1b.tar.zst freebsd-ports-gnome-94cb8b9d887ec9bdaf6659cac76505e50ed12d1b.zip |
Update to version 2.1.8.
Obtained from: David Pennell <dpennell@xyplex.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/files/patch-aa | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa index aa364249d34c..766536704d2f 100644 --- a/net-mgmt/scotty3/files/patch-aa +++ b/net-mgmt/scotty3/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; |