summaryrefslogtreecommitdiffstats
path: root/audio/gnome-audio/files/patch-Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 03:49:21 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 03:49:21 +0800
commit6659affcc0b39fa4fc0f15582690d2a63fdd8076 (patch)
tree07225a1ff5b1bd2ec3120e7c7bcee9ff59120246 /audio/gnome-audio/files/patch-Makefile
parent6206fd21c806f2b04e26f771ab61e918dd0d2bd0 (diff)
downloadmarcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.gz
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.bz2
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.lz
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.xz
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.zst
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6690 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-audio/files/patch-Makefile')
-rw-r--r--audio/gnome-audio/files/patch-Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/gnome-audio/files/patch-Makefile b/audio/gnome-audio/files/patch-Makefile
new file mode 100644
index 000000000..f5556e24f
--- /dev/null
+++ b/audio/gnome-audio/files/patch-Makefile
@@ -0,0 +1,19 @@
+--- Makefile.orig Thu Feb 15 14:40:33 2001
++++ Makefile Mon Feb 26 19:24:22 2001
+@@ -1,3 +1 @@
+-prefix=$(shell gnome-config --prefix)
+-
+ LN_S=ln -sf
+@@ -14,4 +12,4 @@
+ for I in *.wav */*.wav ; do \
+- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \
+- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \
++ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \
++ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \
+ done
+@@ -19,3 +17,3 @@
+ install-default-links:
+- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav
+- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav
++ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav
++ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav