ports/101954: [PATCH] audio/java-xmms2: Respect DESTDIR

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


>Number:         101954
>Category:       ports
>Synopsis:       [PATCH] audio/java-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:36 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:
- Use JAVALIBDIR instead of JAVAJARDIR
- use TARGETDIR instead of PREFIX

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- java-xmms2-0.2.d.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/java-xmms2/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	28 Jul 2006 10:21:46 -0000	1.6
+++ Makefile	13 Aug 2006 03:50:44 -0000
@@ -43,8 +43,8 @@
 
 do-install:
 	@cd ${WRKSRC} && ${INSTALL_DATA} src/clients/lib/java/xmms2java.jar \
-	${JAVAJARDIR}/xmms2java.jar
+	${JAVALIBDIR}/xmms2java.jar
 	@cd ${WRKSRC} && ${INSTALL_DATA} src/clients/lib/java/libxmms2java.so \
-	${PREFIX}/lib/libxmms2java.so
+	${TARGETDIR}/lib/libxmms2java.so
 
 .include "${MASTERDIR}/Makefile"
--- java-xmms2-0.2.d.6_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list