git: acf0fd33c836 - main - x11-wm/vtwm: Move manual pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 09:12:55 UTC
The branch main has been updated by ak:
URL: https://cgit.FreeBSD.org/ports/commit/?id=acf0fd33c836ffb62db2426b1e9b922ee197ffaf
commit acf0fd33c836ffb62db2426b1e9b922ee197ffaf
Author: Alex Kozlov <ak@FreeBSD.org>
AuthorDate: 2024-01-23 09:11:58 +0000
Commit: Alex Kozlov <ak@FreeBSD.org>
CommitDate: 2024-01-23 09:11:58 +0000
x11-wm/vtwm: Move manual pages to share/man
---
x11-wm/vtwm/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile
index 4d77cca43491..a15515eeddb5 100644
--- a/x11-wm/vtwm/Makefile
+++ b/x11-wm/vtwm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vtwm
PORTVERSION= 5.5.0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}
@@ -14,12 +15,13 @@ LIB_DEPENDS= libpng.so:graphics/png
USES= pkgconfig xorg
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_XORG= x11 xext xft xinerama xpm xmu xrandr
PLIST_FILES= bin/vtwm \
bin/nexpm \
etc/system.vtwmrc \
- man/man1/vtwm.1.gz
+ share/man/man1/vtwm.1.gz
OPTIONS_DEFINE= SOUND
SOUND_DESC= Sound support (via rplay)