summaryrefslogtreecommitdiff
path: root/misc/gkrellmbgchg2/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gkrellmbgchg2/files/patch-Makefile')
-rw-r--r--misc/gkrellmbgchg2/files/patch-Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/gkrellmbgchg2/files/patch-Makefile b/misc/gkrellmbgchg2/files/patch-Makefile
new file mode 100644
index 000000000000..2144202f290a
--- /dev/null
+++ b/misc/gkrellmbgchg2/files/patch-Makefile
@@ -0,0 +1,24 @@
+--- Makefile.orig Thu Aug 8 01:30:52 2002
++++ Makefile Thu Aug 8 01:37:36 2002
+@@ -19,16 +19,13 @@
+
+ OBJS = gkrellmbgchg.o
+
+-all: gkrellmbgchg.so
+-
+ gkrellmbgchg.so: $(OBJS)
+ $(CC) $(CFLAGS) $(OBJS) -o gkrellmbgchg.so $(LFLAGS) $(LIBS)
+
+ clean:
+ rm -f *.o core *.so* *.bak *~
+-install: gkrellmbgchg.so
+- $(INSTALL) -d $(HOME)/.gkrellm/plugins
+- $(INSTALL) gkrellmbgchg.so $(HOME)/.gkrellm/plugins
+-
+-gkrellmbgchg.c.o: gkrellmbgchg.c
+-
++install:
++ install -c -s gkrellmbgchg.so ${PREFIX}/libexec/gkrellm/plugins
++uninstall:
++ rm -rf $(PLUGIN_DIR)/gkrellmbgchg.so
++all: gkrellmbgchg.so