diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-14 04:10:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-14 04:10:27 +0000 |
commit | 27c157aee2aaf95a422db2a7debd26f63e62dcea (patch) | |
tree | a97386b8aa11188f606b38e65bb17718f732e262 /x11-toolkits/tk83/files/patch-ab | |
parent | - cleanup makefile (diff) |
- use configures --includedir
- cleanup makefile
Notes
Notes:
svn path=/head/; revision=80954
Diffstat (limited to 'x11-toolkits/tk83/files/patch-ab')
-rw-r--r-- | x11-toolkits/tk83/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk83/files/patch-ab b/x11-toolkits/tk83/files/patch-ab index 244e54dbb8b6..354172c7ef89 100644 --- a/x11-toolkits/tk83/files/patch-ab +++ b/x11-toolkits/tk83/files/patch-ab @@ -5,7 +5,7 @@ # Directory in which to install the include file tk.h: -INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) -+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)/tk$(VERSION) ++INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) +GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic +UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix |