diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-06-29 15:20:02 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-06-29 15:20:02 +0000 |
commit | 9cd8cc16dd911a0ffb9edb1805cdeb7f35abc8be (patch) | |
tree | 241ec41dcc4db43fe56b072cbe31c4a233c76b4a /lang/tcl84 | |
parent | 2332baba7fdda9465c36662217b8f72a5c068a23 (diff) |
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
Notes
Notes:
svn path=/head/; revision=138193
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 20008789e12f..d5cf59b428d8 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 |