Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Aug 2006 00:38:39 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gabor@FreeBSD.org>
Subject:   ports/101674: [patch] audio/yell
Message-ID:  <20060808223839.8E27C28A0CB@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608082240.k78MeH1B029539@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060808223839.8E27C28A0CB>