From alex@foxybanana.com  Sun Aug 13 03:58:32 2006
Return-Path: <alex@foxybanana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F2A7A16A4E2
	for <freebsd-gnats-submit@freebsd.org>; Sun, 13 Aug 2006 03:58:31 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from eastrmmtao02.cox.net (eastrmmtao02.cox.net [68.230.240.37])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 902AF43D7F
	for <freebsd-gnats-submit@freebsd.org>; Sun, 13 Aug 2006 03:58:25 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao02.cox.net
          (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP
          id <20060813035824.PXED10599.eastrmmtao02.cox.net@eastrmimpo02.cox.net>;
          Sat, 12 Aug 2006 23:58:24 -0400
Received: from Laptop.mine.box ([24.250.225.55])
	by eastrmimpo02.cox.net with bizsmtp
	id 9FyA1V00D1CLYMk0000000
	Sat, 12 Aug 2006 23:58:10 -0400
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k7D3wDLn021135;
	Sat, 12 Aug 2006 23:58:13 -0400 (EDT)
	(envelope-from alex@localhost.my.domain)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.6/8.13.6/Submit) id k7D3wCJ3021134;
	Sat, 12 Aug 2006 23:58:12 -0400 (EDT)
	(envelope-from alex)
Message-Id: <200608130358.k7D3wCJ3021134@Laptop.mine.box>
Date: Sat, 12 Aug 2006 23:58:12 -0400 (EDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: alex@foxybanana.com
Subject: [PATCH] audio/py24-xmms2: Respect DESTDIR
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101955
>Category:       ports
>Synopsis:       [PATCH] audio/py24-xmms2: Respect DESTDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 13 04:00:37 GMT 2006
>Closed-Date:    Tue Aug 15 15:28:11 GMT 2006
>Last-Modified:  Tue Aug 15 15:28:11 GMT 2006
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon Jul 10 22:43:23 CDT 2006
>Description:
- Respect DESTDIR (is there a proper PYTHON variable for DESTDIR?)

>How-To-Repeat:
>Fix:

--- py24-xmms2-0.2.d.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/py-xmms2/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2 Apr 2006 06:56:40 -0000	1.2
+++ Makefile	13 Aug 2006 03:56:10 -0000
@@ -25,6 +25,6 @@
 XMMS2_SLAVE=	python
 
 do-install:
-	@cd ${WRKSRC} && ${INSTALL_PROGRAM} ${SCONS_TARGET} ${PYTHONPREFIX_SITELIBDIR}/xmmsclient.so
+	@cd ${WRKSRC} && ${INSTALL_PROGRAM} ${SCONS_TARGET} ${DESTDIR}/${PYTHONPREFIX_SITELIBDIR}/xmmsclient.so
 
 .include "${MASTERDIR}/Makefile"
--- py24-xmms2-0.2.d.6.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 13 04:19:18 UTC 2006 
Responsible-Changed-Why:  
miwi@ wants to have DESTDIR PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101955 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Aug 15 15:28:09 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101955 
>Unformatted:
