mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Respect TARGETDIR
PR: ports/101532 Submitted by: Simon Olofsson <simon(at)olofsson.de> Approved by: krion (mentor)
This commit is contained in:
parent
3dd1f79e1b
commit
aa60f50d02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170146
@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \
|
||||
--with-tk=${LOCALBASE}/lib/tk8.4
|
||||
MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX}
|
||||
MAKE_ENV= prefix=${TARGETDIR} exec_prefix=${TARGETDIR}
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 \
|
||||
-I${LOCALBASE}/include
|
||||
|
Loading…
Reference in New Issue
Block a user