git: 1dd0c31cb930 - main - x11-servers/x2x: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 17:52:56 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1dd0c31cb930ce2247a0b34d4a7a34cc0f2af53f
commit 1dd0c31cb930ce2247a0b34d4a7a34cc0f2af53f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 17:07:57 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 17:52:26 +0000
x11-servers/x2x: Moved man to share/man
Approved by: portmgr (blanket)
---
x11-servers/x2x/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile
index ac07373d65d9..a6f98180f43a 100644
--- a/x11-servers/x2x/Makefile
+++ b/x11-servers/x2x/Makefile
@@ -1,5 +1,6 @@
PORTNAME= x2x
PORTVERSION= 1.30.20180709
+PORTREVISION= 1
CATEGORIES= x11-servers
MAINTAINER= ports@FreeBSD.org
@@ -14,12 +15,13 @@ USE_GITHUB= yes
GH_ACCOUNT= dottedmag
GH_TAGNAME= e62a535
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_XORG= x11 xext xtst
OPTIONS_DEFINE= DOCS
PORTDOCS= *
-PLIST_FILES= bin/x2x man/man1/x2x.1.gz
+PLIST_FILES= bin/x2x share/man/man1/x2x.1.gz
.include <bsd.port.mk>