From 94fac258fa725edce63abbb1870a7090e370be73 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 24 Feb 2024 09:14:27 +0100 Subject: games/xdesktopwaves: Moved man to share/man Approved by: portmgr (blanket) --- games/xdesktopwaves/Makefile | 3 ++- games/xdesktopwaves/files/patch-Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/xdesktopwaves/Makefile b/games/xdesktopwaves/Makefile index 14d4d6de020b..19315659cce8 100644 --- a/games/xdesktopwaves/Makefile +++ b/games/xdesktopwaves/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdesktopwaves PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/ @@ -15,6 +16,6 @@ USES= xorg USE_XORG= x11 xext PLIST_FILES= bin/xdesktopwaves \ - man/man1/xdesktopwaves.1.gz + share/man/man1/xdesktopwaves.1.gz .include 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 -- cgit v1.2.3