Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2024 23:40:17 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06e7a26cc767 - main - comms/gnokii: Move man pages to share/man.
Message-ID:  <202403012340.421NeH47099017@gitrepo.freebsd.org>

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

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

commit 06e7a26cc7676b9b42fa9bb4d31bb55d24891153
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2024-03-01 23:38:38 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-03-01 23:38:38 +0000

    comms/gnokii: Move man pages to share/man.
---
 comms/gnokii/Makefile  |  7 ++++---
 comms/gnokii/pkg-plist | 12 ++++++------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index 8dfb203e0b29..b735af5f78a8 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gnokii
 PORTVERSION=	0.6.31
-PORTREVISION=	14
+PORTREVISION=	15
 PORTEPOCH=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://www.gnokii.org/download/gnokii/ \
@@ -22,10 +22,11 @@ USE_LDCONFIG=	yes
 USE_CSTD=	gnu89
 USE_GNOME=	glib20 intltool
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--enable-security
+CONFIGURE_ARGS=	--enable-security
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 SHEBANG_FILES=	smsd/action
 
-SUB_FILES+=	pkg-message
+SUB_FILES=	pkg-message
 PORTDOCS=	*
 
 CONFLICTS=	smstools sendsms
diff --git a/comms/gnokii/pkg-plist b/comms/gnokii/pkg-plist
index a42ff19d3377..992cdd06ef63 100644
--- a/comms/gnokii/pkg-plist
+++ b/comms/gnokii/pkg-plist
@@ -23,12 +23,12 @@ lib/libgnokii.so.7
 lib/libgnokii.so.7.0.0
 libdata/pkgconfig/gnokii.pc
 libdata/pkgconfig/xgnokii.pc
-man/man1/gnokii.1.gz
-man/man1/sendsms.1.gz
-man/man1/xgnokii.1.gz
-man/man8/gnokiid.8.gz
-man/man8/mgnokiidev.8.gz
-%%SMSD%%man/man8/smsd.8.gz
+share/man/man1/gnokii.1.gz
+share/man/man1/sendsms.1.gz
+share/man/man1/xgnokii.1.gz
+share/man/man8/gnokiid.8.gz
+share/man/man8/mgnokiidev.8.gz
+%%SMSD%%share/man/man8/smsd.8.gz
 @(,gnokii,4750) sbin/gnokiid
 @(,gnokii,4750) sbin/mgnokiidev
 %%SMSD%%@(,gnokii,0750) sbin/smsd



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