From 71fef054ba4569fe11c6ec1d94a1ccaa0eec958d Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 26 Feb 2024 19:24:07 +0100 Subject: [PATCH] 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