Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 14:09:08 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: a73c6fbff1f1 - main - math/gmp-ecm: Moved man to share/man
Message-ID:  <202401291409.40TE98qe052755@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=a73c6fbff1f1daa0a2d74e732727c6d9634bad40

commit a73c6fbff1f1daa0a2d74e732727c6d9634bad40
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 13:59:35 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 14:08:39 +0000

    math/gmp-ecm: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 math/gmp-ecm/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile
index 2da9bcaf0367..854acbe4ed36 100644
--- a/math/gmp-ecm/Makefile
+++ b/math/gmp-ecm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gmp-ecm
 DISTVERSION=	7.0.5
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://gitlab.inria.fr/zimmerma/ecm/uploads/${GL_TAG}/
 DISTNAME=	ecm-${DISTVERSION}
@@ -19,6 +20,7 @@ USES=		gmake libtool
 
 GL_TAG=		89f6f0d65d3e980cef33dc922004e4b2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	ac_cv_prog_XSLTPROC=no \
 		--with-gmp=${LOCALBASE} \
 		--enable-shared \
@@ -30,6 +32,6 @@ PLIST_FILES=	bin/ecm include/ecm.h \
 		lib/libecm.so \
 		lib/libecm.so.1 \
 		lib/libecm.so.1.0.0 \
-		man/man1/ecm.1.gz
+		share/man/man1/ecm.1.gz
 
 .include <bsd.port.mk>



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