ports/101674: [patch] audio/yell

Gabor Kovesdan gabor at FreeBSD.org
Tue Aug 8 22:40:31 UTC 2006


>Number:         101674
>Category:       ports
>Synopsis:       [patch] audio/yell
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 08 22:40:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 29 18:31:18 CEST 2006 gabor at spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Respect DESTDIR

>How-To-Repeat:
>Fix:

--- audio-yell.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/audio/yell/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	1 Jun 2006 12:13:46 -0000	1.4
+++ Makefile	8 Aug 2006 22:36:25 -0000
@@ -31,9 +31,9 @@
 
 do-install:
 .if defined(WITH_SUID)
-	${INSTALL_PROGRAM} -m 4110 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} -m 4110 ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
 .else
-	${INSTALL_PROGRAM} -m 0100 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} -m 0100 ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
 .endif
 
 post-install:
--- audio-yell.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list