Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 20:39:21 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4eab16bc505b - main - misc/ipa_conv: Moved man to share/man
Message-ID:  <202402262039.41QKdLdk040009@gitrepo.freebsd.org>

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

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

commit 4eab16bc505b4ce9ab7feab73b0ed337b1b03f15
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 20:31:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 20:38:52 +0000

    misc/ipa_conv: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/ipa_conv/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/misc/ipa_conv/Makefile b/misc/ipa_conv/Makefile
index 8b933233df24..7b54ddedc9dc 100644
--- a/misc/ipa_conv/Makefile
+++ b/misc/ipa_conv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ipa_conv
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 MASTER_SITES=	SF/ipa-system/modules/ipa_conv
 
@@ -13,10 +13,11 @@ BUILD_DEPENDS=	${LOCALBASE}/include/ipa_mod.h:sysutils/ipa
 USES=		libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	lib/ipa_conv.so \
-		man/man8/ipa_conv.8.gz \
-		man/ru.KOI8-R/man8/ipa_conv.8.gz
+		share/man/man8/ipa_conv.8.gz \
+		share/man/ru.KOI8-R/man8/ipa_conv.8.gz
 
 .include <bsd.port.mk>



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