diff options
Diffstat (limited to 'misc/wmbday/wmbday-0.3.1.patch')
-rw-r--r-- | misc/wmbday/wmbday-0.3.1.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/wmbday/wmbday-0.3.1.patch b/misc/wmbday/wmbday-0.3.1.patch new file mode 100644 index 0000000000..f04eb57f35 --- /dev/null +++ b/misc/wmbday/wmbday-0.3.1.patch @@ -0,0 +1,17 @@ +--- Makefile 2006-07-22 14:12:55.000000000 -0300 ++++ Makefile.new 2014-06-21 01:17:52.000000000 -0300 +@@ -1,4 +1,4 @@ +-PREFIX = /usr/local ++PREFIX = /usr + BIN_DESTDIR = $(PREFIX)/bin + MAN_DESTDIR = $(PREFIX)/man/man1 + +@@ -10,7 +10,7 @@ + LDLIBS = -lX11 -lXext -lXpm + + PACKAGE = wmbday +-VERSION = 0.3 ++VERSION = 0.3.1 + + + all: wmbday |