aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 13:59:35 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 14:08:39 +0000
commita73c6fbff1f1daa0a2d74e732727c6d9634bad40 (patch)
tree5a78554147e99e09933ebc5900064df6f9d72fb4
parent987120e2af7568fdf811bca4e0ccb850afc2d0eb (diff)
downloadports-a73c6fbff1f1daa0a2d74e732727c6d9634bad40.tar.gz
ports-a73c6fbff1f1daa0a2d74e732727c6d9634bad40.zip
math/gmp-ecm: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--math/gmp-ecm/Makefile4
1 files changed, 3 insertions, 1 deletions
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>