git: 5afc7f5e7738 - main - x11-clocks/wmfishtime: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 16:37:06 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5afc7f5e7738201f5a02f4a2d977d8ea8a601d79
commit 5afc7f5e7738201f5a02f4a2d977d8ea8a601d79
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 16:19:02 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 16:36:25 +0000
x11-clocks/wmfishtime: Moved man to share/man
Approved by: portmgr (blanket)
---
x11-clocks/wmfishtime/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile
index bf1c7a21cd7f..5d11f315daf2 100644
--- a/x11-clocks/wmfishtime/Makefile
+++ b/x11-clocks/wmfishtime/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wmfishtime
PORTVERSION= 1.24
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \
http://www.sourcefiles.org/Toys/Clocks/
@@ -18,7 +18,7 @@ USE_XORG= x11
MAKE_ARGS= CFLAGS="${CPPFLAGS} ${CFLAGS} -Wall" \
LDFLAGS="${LDFLAGS}"
-PLIST_FILES= bin/wmfishtime man/man1/wmfishtime.1.gz
+PLIST_FILES= bin/wmfishtime share/man/man1/wmfishtime.1.gz
CPPFLAGS+= $$(pkg-config --cflags gdk-x11-2.0 x11)
LDFLAGS+= $$(pkg-config --libs gdk-x11-2.0 x11) -lm
@@ -28,6 +28,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/wmfishtime.1 ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/wmfishtime.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>