Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 13:19:45 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b02167ca14e8 - main - net-mgmt/bwm-ng: Move man pages to share/man
Message-ID:  <202403201319.42KDJjWg000520@gitrepo.freebsd.org>

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

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

commit b02167ca14e8e5bd7855b39c2bd3ad0bd31f8911
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 11:04:35 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 13:19:30 +0000

    net-mgmt/bwm-ng: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/bwm-ng/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile
index b1182555698e..49e065e4e689 100644
--- a/net-mgmt/bwm-ng/Makefile
+++ b/net-mgmt/bwm-ng/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bwm-ng
 PORTVERSION=	0.6.3
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.gropp.org/bwm-ng/
 
@@ -12,9 +13,10 @@ LICENSE=	GPLv2+
 LIB_DEPENDS=	libstatgrab.so:devel/libstatgrab
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		autoreconf ncurses pkgconfig
 USE_CSTD=	gnu89
-PLIST_FILES=	bin/bwm-ng man/man1/bwm-ng.1.gz
+PLIST_FILES=	bin/bwm-ng share/man/man1/bwm-ng.1.gz
 
 CONFIGURE_ARGS=	--with-libstatgrab
 CPPFLAGS+=	`pkg-config --cflags libstatgrab`



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