aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2005-06-29 23:20:02 +0800
committermi <mi@FreeBSD.org>2005-06-29 23:20:02 +0800
commita8dc0ff9a1546194b015a9b864cbb0a83189df19 (patch)
tree05cd44ec2f1f7dfa9f9eb4669da6a031ccd127bc /lang
parent24e7e9bcaa93cd49852babd47c196f6c2970c360 (diff)
downloadfreebsd-ports-graphics-a8dc0ff9a1546194b015a9b864cbb0a83189df19.tar.gz
freebsd-ports-graphics-a8dc0ff9a1546194b015a9b864cbb0a83189df19.tar.zst
freebsd-ports-graphics-a8dc0ff9a1546194b015a9b864cbb0a83189df19.zip
Correct the use of PREFIX (where we insall ourselves) and LOCALBASE
(where we find other packages). This makes no difference in most cases... PR: 82645 Submitted by: Vsevolod Stakhov
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl84/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile
index 20008789e12..d5cf59b428d 100644
--- a/lang/tcl84/Makefile
+++ b/lang/tcl84/Makefile
@@ -22,7 +22,7 @@ PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP}
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-shared --includedir=${LOCALBASE}/include/tcl${TCL_VER}
+CONFIGURE_ARGS= --enable-shared --includedir=${PREFIX}/include/tcl${TCL_VER}
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
MAKE_ENV= SHORT_TCL_VER=84
PKGINSTALL= ${PKGDIR}/pkg-install.tclsh