git: 8e8acae52bb0 - main - x11/wmdrawer: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:22:12 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e8acae52bb0c7513f01c272a354f2a6363fcfb3 commit 8e8acae52bb0c7513f01c272a354f2a6363fcfb3 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:19:44 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:19:44 +0000 x11/wmdrawer: Move man page to share/man Approved by: portmgr (blanket) --- x11/wmdrawer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/wmdrawer/Makefile b/x11/wmdrawer/Makefile index f95248cf5d4f..56afd5e66e9b 100644 --- a/x11/wmdrawer/Makefile +++ b/x11/wmdrawer/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmdrawer PORTVERSION= 0.10.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 windowmaker MASTER_SITES= http://people.easter-eggs.org/~valos/wmdrawer/ \ http://www.sourcefiles.org/Utilities/Desktops/ @@ -14,12 +14,13 @@ LICENSE= GPLv2+ USES= gmake gnome pkgconfig xorg USE_GNOME= gdkpixbuf2 gdkpixbuf2xlib USE_XORG= x11 xext xi +MAKE_ARGS= MANDIR=$(PREFIX)/share/man/man1 MAKE_ENV= USE_GDKPIXBUF2=1 SUB_FILES= pkg-message PORTDOCS= AUTHORS ChangeLog INSTALL README TODO wmdrawerrc.example -PLIST_FILES= bin/wmdrawer man/man1/wmdrawer.1x.gz %%DATADIR%%/beastie.png +PLIST_FILES= bin/wmdrawer share/man/man1/wmdrawer.1x.gz %%DATADIR%%/beastie.png OPTIONS_DEFINE= DOCS