diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-09 05:38:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-09 05:38:27 +0800 |
commit | 9efa81f8bd4828f85d421e846781ce968a00c848 (patch) | |
tree | ef65ebafa2a1d903c65d2a12eaa29acdc7b352b1 /audio/snack | |
parent | c1434a2b943dbae68f663fda1a283394143fa965 (diff) | |
download | freebsd-ports-gnome-9efa81f8bd4828f85d421e846781ce968a00c848.tar.gz freebsd-ports-gnome-9efa81f8bd4828f85d421e846781ce968a00c848.tar.zst freebsd-ports-gnome-9efa81f8bd4828f85d421e846781ce968a00c848.zip |
- Respect TARGETDIR
PR: ports/101532
Submitted by: Simon Olofsson <simon(at)olofsson.de>
Approved by: krion (mentor)
Diffstat (limited to 'audio/snack')
-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 bf6ef1c0e078..169fd5b3da0c 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 |