ports/101532: [MAINTAINER] audio/snack: Respect TARGETDIR

Simon Olofsson simon at olofsson.de
Sun Aug 6 22:00:32 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list