summaryrefslogtreecommitdiff
path: root/audio/gkrellmvolume2
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2000-06-26 15:41:42 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2000-06-26 15:41:42 +0000
commitc97311ebf90d0d3e4e7d04ae2a62d3ad356a7867 (patch)
treeb11446a32ebb2e2c1c36c1de652b964ae3d1efa8 /audio/gkrellmvolume2
parentAvoid hardcoding /usr/X11R6/ (diff)
Make sure to have plugin directory.
Reported by: Yoshikazu GOTO <goto@snowy.to>
Notes
Notes: svn path=/head/; revision=29884
Diffstat (limited to 'audio/gkrellmvolume2')
-rw-r--r--audio/gkrellmvolume2/files/patch-aa10
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/gkrellmvolume2/files/patch-aa b/audio/gkrellmvolume2/files/patch-aa
index b669733dc1e3..0815a07610c9 100644
--- a/audio/gkrellmvolume2/files/patch-aa
+++ b/audio/gkrellmvolume2/files/patch-aa
@@ -1,7 +1,7 @@
Index: Makefile
diff -u Makefile.orig Makefile
--- Makefile.orig Thu Jun 15 21:02:13 2000
-+++ Makefile Thu Jun 22 22:16:36 2000
++++ Makefile Tue Jun 27 00:34:00 2000
@@ -1,15 +1,15 @@
# Makefile for GKrellM volume plugin
@@ -36,7 +36,7 @@ diff -u Makefile.orig Makefile
INSTALL = install -c
INSTALL_PROGRAM = $(INSTALL) -s
-@@ -34,7 +32,7 @@
+@@ -34,12 +32,13 @@
make GTK_CONFIG=gtk12-config SYSLIB= all
volume.so: $(OBJS)
@@ -45,3 +45,9 @@ diff -u Makefile.orig Makefile
clean:
rm -f *.o core *.so* *.bak *~
+
+ install:
++ mkdir -p $(PLUGIN_DIR)
+ $(INSTALL_PROGRAM) volume.so $(PLUGIN_DIR)
+
+ volume.c.o: volume.c