1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-toolkits/tix/files/patch-ab

21 lines
736 B
Plaintext
Raw Normal View History

--- Makefile.in.orig Wed Oct 2 03:46:30 1996
+++ Makefile.in Sun Dec 22 15:04:57 1996
@@ -27,7 +27,7 @@
# Directory in which to install the library of Tix scripts and demos
# (note: you can set the TIX_LIBRARY environment variable at run-time to
# override the compiled-in location):
-TIX_LIBRARY = $(prefix)/lib/tix
+TIX_LIBRARY = $(prefix)/share/tix
# Directory in which to install the archive libtix.a:
LIB_DIR = $(exec_prefix)/lib
@@ -202,7 +202,7 @@
fi; \
done;
@echo "installing the tixindex program for builing tclIndex for Tix scripts"
- @cd tools; $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
+ -@cd tools; $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
install-headers:
@for i in $(INCLUDE_DIR); \