math/gmp-ecm: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-29 14:59:35 +01:00
parent 987120e2af
commit a73c6fbff1
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -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>