Skip site navigation (1)Skip section navigation (2)
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:   ports/101955: [PATCH] audio/py24-xmms2: Respect DESTDIR
Message-ID:  <200608130358.k7D3wCJ3021134@Laptop.mine.box>
Resent-Message-ID: <200608130400.k7D40bdW089895@freefall.freebsd.org>

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

>Number:         101955
>Category:       ports
>Synopsis:       [PATCH] audio/py24-xmms2: Respect DESTDIR
>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 13 04:00:37 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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