Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 19:39:43 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d9f0d468fb4a - main - mail/wmbiff: Move manpages to ${PREFIX}/share
Message-ID:  <202401151939.40FJdhMc032641@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9f0d468fb4a9d034455055a7268435734b30c6d

commit d9f0d468fb4a9d034455055a7268435734b30c6d
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-15 19:33:43 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-15 19:33:43 +0000

    mail/wmbiff: Move manpages to ${PREFIX}/share
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 mail/wmbiff/Makefile  | 4 ++--
 mail/wmbiff/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index b2f1190042a9..da9c1112ff74 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wmbiff
 PORTVERSION=	0.4.36
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail windowmaker afterstep
 MASTER_SITES=	https://www.dockapps.net/download/
 
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 USES=		pkgconfig xorg
 
 USE_XORG=	x11 xext xpm
-GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	GNUTLS
diff --git a/mail/wmbiff/pkg-plist b/mail/wmbiff/pkg-plist
index c4f4b8831cc6..84170dc78c0e 100644
--- a/mail/wmbiff/pkg-plist
+++ b/mail/wmbiff/pkg-plist
@@ -1,6 +1,6 @@
 bin/wmbiff
-man/man1/wmbiff.1.gz
-man/man5/wmbiffrc.5.gz
+share/man/man1/wmbiff.1.gz
+share/man/man5/wmbiffrc.5.gz
 %%DATADIR%%/sample.wmbiffrc
 %%DATADIR%%/skins/wmbiff-classic-master-contrast.xpm
 %%DATADIR%%/skins/wmbiff-classic-master-led.xpm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401151939.40FJdhMc032641>