Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 13:20:01 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: 99988819c5c0 - main - net-mgmt/whatmask: Move man pages to share/man
Message-ID:  <202403201320.42KDK1SG003010@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=99988819c5c05aad890e9d94b3e16ad1ea686c0c

commit 99988819c5c05aad890e9d94b3e16ad1ea686c0c
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 13:18:35 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 13:19:33 +0000

    net-mgmt/whatmask: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/whatmask/Makefile  | 3 ++-
 net-mgmt/whatmask/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/whatmask/Makefile b/net-mgmt/whatmask/Makefile
index 5e83b79d204b..a35bdc310ecd 100644
--- a/net-mgmt/whatmask/Makefile
+++ b/net-mgmt/whatmask/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	whatmask
 PORTVERSION=	1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://downloads.laffeycomputer.com/current_builds/whatmask/
 
@@ -12,5 +12,6 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/net-mgmt/whatmask/pkg-plist b/net-mgmt/whatmask/pkg-plist
index b78c4b32862b..24f05b7d2cfb 100644
--- a/net-mgmt/whatmask/pkg-plist
+++ b/net-mgmt/whatmask/pkg-plist
@@ -1,2 +1,2 @@
 bin/whatmask
-man/man1/whatmask.1.gz
+share/man/man1/whatmask.1.gz



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