From 16c57d82cf63733fe0e145277354fec59419b634 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 26 Feb 2024 20:17:47 +0100 Subject: [PATCH] x11/wmsystemtray: Moved man to share/man Approved by: portmgr (blanket) --- x11/wmsystemtray/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/wmsystemtray/Makefile b/x11/wmsystemtray/Makefile index f4686bc7dc3d..4b3e2e4ed812 100644 --- a/x11/wmsystemtray/Makefile +++ b/x11/wmsystemtray/Makefile @@ -1,5 +1,6 @@ PORTNAME= wmsystemtray PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= x11 windowmaker afterstep MASTER_SITES= SF/wmsystemtray/wmsystemtray @@ -14,6 +15,7 @@ USES= pkgconfig xorg USE_XORG= ice sm x11 xext xfixes xmu xpm GNU_CONFIGURE= yes -PLIST_FILES= bin/wmsystemtray man/man1/wmsystemtray.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +PLIST_FILES= bin/wmsystemtray share/man/man1/wmsystemtray.1.gz .include