diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-13 19:13:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-13 19:13:01 +0000 |
commit | 00cccc4f8bcbd8a39e81f7cf4dc75f14262e6d84 (patch) | |
tree | a23ed1d5521925a6882dce4232251b3446380cd0 /lang/tcl84/files/patch-aa | |
parent | Add russian dict to the main build. (diff) |
- use configures --includedir
- TCL_INCLUDE_SPEC is now set in tclConfig.sh
- cleanup makefile
Notes
Notes:
svn path=/head/; revision=80933
Diffstat (limited to 'lang/tcl84/files/patch-aa')
-rw-r--r-- | lang/tcl84/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl84/files/patch-aa b/lang/tcl84/files/patch-aa index 8dd7dfad5e59..f887651e8fae 100644 --- a/lang/tcl84/files/patch-aa +++ b/lang/tcl84/files/patch-aa @@ -5,7 +5,7 @@ # Directory in which to install the include file tcl.h: -INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) -+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)/tcl$(VERSION) ++INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) +GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic +UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix |