git: 94fac258fa72 - main - games/xdesktopwaves: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 08:16:38 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=94fac258fa725edce63abbb1870a7090e370be73 commit 94fac258fa725edce63abbb1870a7090e370be73 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:14:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 08:14:27 +0000 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 <bsd.port.mk> 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