summaryrefslogtreecommitdiff
path: root/x11-fm/tkdesk/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-02-13 19:29:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-02-13 19:29:10 +0000
commiteca01de899ec03033853c904335bce7f897cc9fd (patch)
treebf689fd0be81b31b1299a767cc6d7034eb20f4ec /x11-fm/tkdesk/files
parentBuild fix. (diff)
Fix build by using tclsh instead of wish (which requires a display).
PR: 10061 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=16718
Diffstat (limited to 'x11-fm/tkdesk/files')
-rw-r--r--x11-fm/tkdesk/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/tkdesk/files/patch-ab b/x11-fm/tkdesk/files/patch-ab
new file mode 100644
index 000000000000..45db0b27f542
--- /dev/null
+++ b/x11-fm/tkdesk/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in~ Sun Sep 20 20:41:40 1998
++++ Makefile.in Sat Feb 13 12:53:36 1999
+@@ -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); tclsh7.6 mkindex
+ @echo "=== Installing the manual pages..."
+ @for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \
+ echo "installing $$f" ;\