git: 2e678aa5f205 - main - x11/stjerm: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 19:27:00 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e678aa5f205b31985a7632dd9692e3668954b5a
commit 2e678aa5f205b31985a7632dd9692e3668954b5a
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 19:15:04 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 19:26:35 +0000
x11/stjerm: Moved man to share/man
Approved by: portmgr (blanket)
---
x11/stjerm/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11/stjerm/Makefile b/x11/stjerm/Makefile
index de5de1ea734b..bd55ab57fe53 100644
--- a/x11/stjerm/Makefile
+++ b/x11/stjerm/Makefile
@@ -1,7 +1,7 @@
PORTNAME= stjerm
PORTVERSION= 0.18
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= lichray@gmail.com
@@ -14,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
LIBS+= -L${LOCALBASE}/lib -lXinerama
USES= autoreconf gmake gnome pkgconfig xorg
USE_GNOME= vte gtk20
USE_XORG= xinerama
-PLIST_FILES= bin/stjerm man/man8/${PORTNAME}.8.gz
+PLIST_FILES= bin/stjerm share/man/man8/${PORTNAME}.8.gz
.include <bsd.port.mk>