diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:14:27 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:14:27 +0100 |
commit | 94fac258fa725edce63abbb1870a7090e370be73 (patch) | |
tree | 221a7b6cc43f6b326038ed3df84e5c1c6c8aea6b | |
parent | b4b9f5b59f0ecf0b882843c5452fbb37b0eeca28 (diff) | |
download | freebsd-ports-94fac258fa725edce63abbb1870a7090e370be73.zip |
games/xdesktopwaves: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/xdesktopwaves/Makefile | 3 | ||||
-rw-r--r-- | 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 |