diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-08 21:38:27 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-08 21:38:27 +0000 |
commit | 9efa81f8bd4828f85d421e846781ce968a00c848 (patch) | |
tree | ef65ebafa2a1d903c65d2a12eaa29acdc7b352b1 /audio/snack/Makefile | |
parent | c1434a2b943dbae68f663fda1a283394143fa965 (diff) | |
download | FreeBSD-ports-9efa81f8bd4828f85d421e846781ce968a00c848.zip FreeBSD-ports-9efa81f8bd4828f85d421e846781ce968a00c848.tar.gz |
- Respect TARGETDIR
PR: ports/101532
Submitted by: Simon Olofsson <simon(at)olofsson.de>
Approved by: krion (mentor)
Diffstat (limited to 'audio/snack/Makefile')
-rw-r--r-- | audio/snack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile index bf6ef1c..169fd5b 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -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 |