git: 1ff81b9bfbc4 - main - x11/evtest: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 20:40:57 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1ff81b9bfbc4f9d7c0edf03f910dd99cc9dc6065
commit 1ff81b9bfbc4f9d7c0edf03f910dd99cc9dc6065
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-23 18:12:38 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-23 20:40:42 +0000
x11/evtest: Move man pages to share/man
Approved by: portmgr (blanket)
---
x11/evtest/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11/evtest/Makefile b/x11/evtest/Makefile
index 5026a8fdfdfb..ad0ae7a9c064 100644
--- a/x11/evtest/Makefile
+++ b/x11/evtest/Makefile
@@ -1,5 +1,6 @@
PORTNAME= evtest
DISTVERSION= 1.35
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= 0mp@FreeBSD.org
@@ -14,6 +15,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev
USES= autoreconf localbase
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org/
GL_ACCOUNT= libevdev
@@ -28,6 +30,6 @@ OPTIONS_DEFAULT= MANPAGES
MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \
xmlto:textproc/xmlto
-MANPAGES_PLIST_FILES= man/man1/evtest.1.gz
+MANPAGES_PLIST_FILES= share/man/man1/evtest.1.gz
.include <bsd.port.mk>