1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-fm/tkdesk/files/patch-ab
Satoshi Asami eca01de899 Fix build by using tclsh instead of wish (which requires a display).
PR:		10061
Submitted by:	maintainer
1999-02-13 19:29:10 +00:00

12 lines
502 B
Plaintext

--- 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" ;\