git: 106f966561fb - main - x11/rgb: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 19:26:58 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=106f966561fb9d4e8c1ddd9e3725964fc875c83c
commit 106f966561fb9d4e8c1ddd9e3725964fc875c83c
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 19:12:51 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 19:26:34 +0000
x11/rgb: Moved man to share/man
Approved by: portmgr (blanket)
---
x11/rgb/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile
index d030c4c7b78e..f2319d9a515e 100644
--- a/x11/rgb/Makefile
+++ b/x11/rgb/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rgb
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -12,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xorgproto
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
PLIST_FILES= bin/showrgb \
lib/X11/rgb.txt \
- man/man1/showrgb.1.gz
+ share/man/man1/showrgb.1.gz
.include <bsd.port.mk>