aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-xmms2
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-08-15 23:27:43 +0800
committermiwi <miwi@FreeBSD.org>2006-08-15 23:27:43 +0800
commit736fb88275f46255345a3ed6055161b0663fb8f7 (patch)
treed5a027a822417310174edfa7354db210b369c2d0 /audio/py-xmms2
parent321f4fa68fa624fa13289c6e234ef73e028ec427 (diff)
downloadfreebsd-ports-gnome-736fb88275f46255345a3ed6055161b0663fb8f7.tar.gz
freebsd-ports-gnome-736fb88275f46255345a3ed6055161b0663fb8f7.tar.zst
freebsd-ports-gnome-736fb88275f46255345a3ed6055161b0663fb8f7.zip
- Respect DESTDIR
PR: ports/101955 Submitted by: Alexander Botero-Lowry <alex(at)foxybanana.com> (maintainer) Approved by: krion (mentor)
Diffstat (limited to 'audio/py-xmms2')
-rw-r--r--audio/py-xmms2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile
index ed8cd66b3316..9286af04d1f8 100644
--- a/audio/py-xmms2/Makefile
+++ b/audio/py-xmms2/Makefile
@@ -25,6 +25,6 @@ SCONS_TARGET= src/clients/lib/python/xmmsclient.so
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"