summaryrefslogtreecommitdiff
path: root/audio/xmms-wma/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-26 08:26:40 +0000
committerobache <obache@pkgsrc.org>2010-09-26 08:26:40 +0000
commitdfedc0185d747977fbef503dbc90049428ac993f (patch)
tree8244b4fd2e6ddb49b3da28a15dd1dcc416c43bf0 /audio/xmms-wma/patches
parent2159980473d9e8280cbcb51f06e6b715867c91da (diff)
downloadpkgsrc-dfedc0185d747977fbef503dbc90049428ac993f.tar.gz
fixes destdir installation.
Diffstat (limited to 'audio/xmms-wma/patches')
-rw-r--r--audio/xmms-wma/patches/patch-ad9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/xmms-wma/patches/patch-ad b/audio/xmms-wma/patches/patch-ad
index 973d7ed3467..95cd9732ef2 100644
--- a/audio/xmms-wma/patches/patch-ad
+++ b/audio/xmms-wma/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.2 2010/06/25 20:21:47 joerg Exp $
+$NetBSD: patch-ad,v 1.3 2010/09/26 08:26:40 obache Exp $
---- Makefile.orig 2005-03-01 02:09:43.000000000 +0100
-+++ Makefile 2005-03-01 02:10:42.000000000 +0100
+--- Makefile.orig 2004-03-03 14:47:58.000000000 +0000
++++ Makefile
@@ -1,6 +1,6 @@
.PHONY: all install install-home uninstall uninstall-home clean
@@ -10,7 +10,7 @@ $NetBSD: patch-ad,v 1.2 2010/06/25 20:21:47 joerg Exp $
INSTALL_DIR_HOME := ~/.xmms/Plugins/Input
export PLUGIN_FILE := libwma.so
-@@ -14,12 +14,9 @@
+@@ -14,12 +14,10 @@ all:
@cd ffmpeg-strip-wma; make; cd ..
@$(MAKE) --no-print-directory -f Makefile.inc
@strip $(PLUGIN_FILE)
@@ -20,6 +20,7 @@ $NetBSD: patch-ad,v 1.2 2010/06/25 20:21:47 joerg Exp $
install: all
- cp -f $(PLUGIN_FILE) $(INSTALL_DIR)
++ $(BSD_INSTALL_LIB_DIR) $(INSTALL_DIR)
+ $(BSD_INSTALL_LIB) $(PLUGIN_FILE) $(INSTALL_DIR)
@echo "The plug-in has been installed."
@echo "Enjoy!"