Date: Sun, 6 Aug 2006 23:50:42 +0200 From: "Simon Olofsson" <simon@olofsson.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101532: [MAINTAINER] audio/snack: Respect TARGETDIR Message-ID: <20060806215042.047EF19A367@mail-in-03.arcor-online.net> Resent-Message-ID: <200608062200.k76M0UAt037135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101532 >Category: ports >Synopsis: [MAINTAINER] audio/snack: Respect TARGETDIR >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 06 22:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #28: Sat Aug 5 21:10:18 CEST >Description: - make this Port respect TARGETDIR Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- snack-2.2.10.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/audio/snack/Makefile /usr/home/simon/src/ports/audio/snack/Makefile --- /usr/ports/audio/snack/Makefile Tue Jul 11 02:16:57 2006 +++ /usr/home/simon/src/ports/audio/snack/Makefile Sun Aug 6 23:39:31 2006 @@ -25,7 +25,7 @@ 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 --- snack-2.2.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060806215042.047EF19A367>