ports/101955: [PATCH] audio/py24-xmms2: Respect DESTDIR

Alexander Botero-Lowry alex at foxybanana.com
Sun Aug 13 04:00:46 UTC 2006


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



More information about the freebsd-ports-bugs mailing list