summaryrefslogtreecommitdiff
path: root/audio/xmms-dscope
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-08 15:02:14 +0000
committerjoerg <joerg>2009-07-08 15:02:14 +0000
commit04ccd2e594d48710736467f49a6bf328bc241d22 (patch)
treeb46ba668341442d00742443abc2c6db7d72cb17d /audio/xmms-dscope
parent02e4db7fbb22d3079d5a0b68d02dbbf9446ddb00 (diff)
downloadpkgsrc-04ccd2e594d48710736467f49a6bf328bc241d22.tar.gz
user-destdir support
Diffstat (limited to 'audio/xmms-dscope')
-rw-r--r--audio/xmms-dscope/Makefile6
-rw-r--r--audio/xmms-dscope/distinfo4
-rw-r--r--audio/xmms-dscope/patches/patch-aa8
3 files changed, 11 insertions, 7 deletions
diff --git a/audio/xmms-dscope/Makefile b/audio/xmms-dscope/Makefile
index ea4ecb25545..cd32964957d 100644
--- a/audio/xmms-dscope/Makefile
+++ b/audio/xmms-dscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/11/18 10:23:23 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2009/07/08 15:09:19 joerg Exp $
#
DISTNAME= dscope-1.2
@@ -11,8 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html
COMMENT= XMMS plugin for dual scope
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LIBTOOL= YES
+INSTALLATION_DIRS= lib/xmms/Visualization
+
pre-build:
cd ${WRKSRC} ; ${MAKE} clean
diff --git a/audio/xmms-dscope/distinfo b/audio/xmms-dscope/distinfo
index f9c4a47057a..050cd08ff41 100644
--- a/audio/xmms-dscope/distinfo
+++ b/audio/xmms-dscope/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 20:39:54 agc Exp $
+$NetBSD: distinfo,v 1.6 2009/07/08 15:09:19 joerg Exp $
SHA1 (dscope-1.2.tar.gz) = 5a4750c0a8170c1e2d263df1212262b3adad1210
RMD160 (dscope-1.2.tar.gz) = c8a8fcfdfe37591b0d757cab84ff83898af924ae
Size (dscope-1.2.tar.gz) = 34353 bytes
-SHA1 (patch-aa) = 1dec86cbec9d870ee2586d3f209e4bbb7ecacfb5
+SHA1 (patch-aa) = 768d7f989a222386f85f4e0efdfdb3d9186765b4
diff --git a/audio/xmms-dscope/patches/patch-aa b/audio/xmms-dscope/patches/patch-aa
index bdf0d1d3fcc..57485d826ab 100644
--- a/audio/xmms-dscope/patches/patch-aa
+++ b/audio/xmms-dscope/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2002/09/21 01:34:50 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2009/07/08 15:09:19 joerg Exp $
--- Makefile.orig Sat Jan 20 06:18:28 2001
+++ Makefile
@@ -51,6 +51,6 @@ $NetBSD: patch-aa,v 1.4 2002/09/21 01:34:50 jlam Exp $
- install libdscope.so $(INSTALL-DIR)
- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR)
- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
-+ ${LIBTOOL} ${INSTALL} libdscope.la $(INSTALL-DIR)
-+ ${BSD_INSTALL_DATA_DIR} $(XMMS_DATADIR)/$(THEME_SUBDIR)
-+ ${BSD_INSTALL_DATA} bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
++ ${LIBTOOL} ${INSTALL} libdscope.la ${DESTDIR}$(INSTALL-DIR)
++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}$(XMMS_DATADIR)/$(THEME_SUBDIR)
++ ${BSD_INSTALL_DATA} bg_*.xpm ${DESTDIR}$(XMMS_DATADIR)/$(THEME_SUBDIR)