Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 10:49:02 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: 46cea020dadd - main - devel/libukcprog: Move man pages to share/man
Message-ID:  <202403061049.426An20g049775@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=46cea020dadd37d66c33c6af07eb75a5208cae8a

commit 46cea020dadd37d66c33c6af07eb75a5208cae8a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 10:19:26 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 10:48:39 +0000

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

diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile
index f1879be0c7fe..ee879a9aa1de 100644
--- a/devel/libukcprog/Makefile
+++ b/devel/libukcprog/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libukcprog
 PORTVERSION=	1.0.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	http://ftp.mirrorservice.org/pub/i-scream/libukcprog/ \
 		http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libukcprog/ \
@@ -17,6 +17,7 @@ LICENSE_TEXT=	License (see source) does not permit selling for profit
 LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
diff --git a/devel/libukcprog/pkg-plist b/devel/libukcprog/pkg-plist
index 8c0fb4a4a02c..8901ee81eec9 100644
--- a/devel/libukcprog/pkg-plist
+++ b/devel/libukcprog/pkg-plist
@@ -4,4 +4,4 @@ lib/libukcprog.so
 lib/libukcprog.so.0
 lib/libukcprog.so.0.0.1
 libdata/pkgconfig/libukcprog.pc
-man/man3/ukcprog.3.gz
+share/man/man3/ukcprog.3.gz



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