git: 9fd0fbc3feb7 - main - x11/alttab: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 18:40:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9fd0fbc3feb79a7106ed39d91d75611fd73fd6a2
commit 9fd0fbc3feb79a7106ed39d91d75611fd73fd6a2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 18:16:56 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 18:40:28 +0000
x11/alttab: Moved man to share/man
Approved by: portmgr (blanket)
---
x11/alttab/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11/alttab/Makefile b/x11/alttab/Makefile
index d9ec73c488c0..465eb6dd8f84 100644
--- a/x11/alttab/Makefile
+++ b/x11/alttab/Makefile
@@ -1,6 +1,7 @@
PORTNAME= alttab
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.0
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= dmgk@FreeBSD.org
@@ -19,9 +20,10 @@ USE_GITHUB= yes
GH_ACCOUNT= sagb
USE_XORG= x11 xft xpm xrandr xrender
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/alttab \
- man/man1/alttab.1.gz
+ share/man/man1/alttab.1.gz
PORTDOCS= README \
alttab.ad \