diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 18:17:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 18:17:47 +0000 |
commit | c98fc0d32d293b65108e347f187ea4a2a1a5a23c (patch) | |
tree | 6b6341a79c269d71fc0245cbea50841d4d2ff565 /x11-fm/tkdesk/files/patch-ab | |
parent | Add pam_pwdfile, a PAM module which allows authentication against (diff) |
Update to use Tcl/Tk 8.2, itcl3.2 and the latest version of BLT.
Bump PORTREVISION.
PR: 30279
Submitted by: Andy Sparrow <spadger@best.com> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=47385
Diffstat (limited to 'x11-fm/tkdesk/files/patch-ab')
-rw-r--r-- | x11-fm/tkdesk/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/tkdesk/files/patch-ab b/x11-fm/tkdesk/files/patch-ab index 6e7598bedef7..5fcc7bb72f11 100644 --- a/x11-fm/tkdesk/files/patch-ab +++ b/x11-fm/tkdesk/files/patch-ab @@ -1,11 +1,11 @@ --- Makefile.in~ Sun Sep 20 20:41:40 1998 -+++ Makefile.in Sat Feb 13 12:53:36 1999 ++++ Makefile.in Sun Sep 2 23:03:53 2001 @@ -194,7 +194,7 @@ find $(SCRIPT_INSTALL_DIR) -type f -exec chmod a+r {} \; find $(SCRIPT_INSTALL_DIR) -type d -exec chmod a+rx {} \; @echo "=== Creating index..." - cd $(SCRIPT_INSTALL_DIR); $(BIN_INSTALL_DIR)/tkdesksh mkindex -+ cd $(SCRIPT_INSTALL_DIR); tclsh8.2 mkindex ++ cd $(SCRIPT_INSTALL_DIR); tclsh8.3 mkindex @echo "=== Installing the manual pages..." @for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \ echo "installing $$f" ;\ |