diff options
Diffstat (limited to 'games/xdesktopwaves/files/patch-Makefile')
-rw-r--r-- | games/xdesktopwaves/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xdesktopwaves/files/patch-Makefile b/games/xdesktopwaves/files/patch-Makefile index 8c33f0240f9c..488cece6a542 100644 --- a/games/xdesktopwaves/files/patch-Makefile +++ b/games/xdesktopwaves/files/patch-Makefile @@ -22,7 +22,7 @@ -BINDIR = /usr/X11R6/bin -MAN1DIR = /usr/X11R6/man/man1 +BINDIR = $(LOCALBASE)/bin -+MAN1DIR = $(LOCALBASE)/man/man1 ++MAN1DIR = $(LOCALBASE)/share/man/man1 INSTALL = install RM = rm -f -v |