diff -ru wmSpaceWeather/Makefile wmSpaceWeather-patched/Makefile --- wmSpaceWeather/Makefile Mon Jan 4 14:20:45 1999 +++ wmSpaceWeather-patched/Makefile Wed Dec 12 10:08:11 2001 @@ -1,6 +1,6 @@ -CC = gcc +CC = cc CFLAGS = -O2 -Wall -INCDIR = -I/usr/X11R6/include/X11 +INCDIR = -I/usr/X11R6/include DESTDIR= /usr/X11R6 LIBDIR = -L/usr/X11R6/lib # for linux @@ -30,5 +30,5 @@ install:: wmSpaceWeather install -s -m 0755 wmSpaceWeather $(DESTDIR)/bin install -m 0755 GetKp $(DESTDIR)/bin - install -m 0644 wmSpaceWeather.1 $(DESTDIR)/man/man1 + install -m 0644 wmSpaceWeather.1 $(DESTDIR)/share/man/man1