git: 71fef054ba45 - main - x11/i3lock-color: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 18:40:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=71fef054ba4569fe11c6ec1d94a1ccaa0eec958d commit 71fef054ba4569fe11c6ec1d94a1ccaa0eec958d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 18:24:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 18:40:33 +0000 x11/i3lock-color: Moved man to share/man Approved by: portmgr (blanket) --- x11/i3lock-color/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/i3lock-color/Makefile b/x11/i3lock-color/Makefile index bdbf371ddf42..ad1a731bab58 100644 --- a/x11/i3lock-color/Makefile +++ b/x11/i3lock-color/Makefile @@ -1,6 +1,6 @@ PORTNAME= i3lock-color DISTVERSION= 2.13.c.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= fjachuf@gmail.com @@ -29,6 +29,7 @@ USE_GNOME= cairo USE_XORG= x11 xcb xext xinerama xorgproto xrandr xt GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" CC="${CC}" @@ -39,7 +40,7 @@ CONFLICTS_INSTALL= i3lock PLIST_FILES= bin/i3lock \ etc/pam.d/i3lock \ - man/man1/i3lock.1.gz + share/man/man1/i3lock.1.gz OPTIONS_DEFINE= DOCS