Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:43:55 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: beef0681729d - main - graphics/iec16022: Move manpages to share/man
Message-ID:  <202401211743.40LHhtgJ099597@gitrepo.freebsd.org>

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

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

commit beef0681729dad98fc0a8dee5d9d582a570ed6ba
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 17:34:00 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 17:43:27 +0000

    graphics/iec16022: Move manpages to share/man
---
 graphics/iec16022/Makefile  | 4 ++++
 graphics/iec16022/pkg-plist | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile
index bf00746c49ba..ca62fdad4591 100644
--- a/graphics/iec16022/Makefile
+++ b/graphics/iec16022/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	iec16022
 DISTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/rdoeffinger/${PORTNAME}/releases/download/v${DISTVERSION}/
 
@@ -19,4 +20,7 @@ INSTALL_TARGET=	install-strip
 
 CFLAGS+=	-fPIC
 
+# remove after manprefix migration
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 .include <bsd.port.mk>
diff --git a/graphics/iec16022/pkg-plist b/graphics/iec16022/pkg-plist
index 354a26446931..4634d008bebb 100644
--- a/graphics/iec16022/pkg-plist
+++ b/graphics/iec16022/pkg-plist
@@ -7,4 +7,4 @@ lib/libiec16022.so
 lib/libiec16022.so.0
 lib/libiec16022.so.0.1.0
 libdata/pkgconfig/libiec16022.pc
-man/man1/iec16022.1.gz
+share/man/man1/iec16022.1.gz



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