aboutsummaryrefslogtreecommitdiff
path: root/math/gmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gmp/Makefile')
-rw-r--r--math/gmp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index 6ba51b83747e..cabcd27b92de 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gmp
PORTVERSION= 6.1.2
+PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= GNU
@@ -18,7 +19,7 @@ USES= libtool makeinfo tar:xz
HAS_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split"
CONFIGURE_ARGS= --prefix=${PREFIX} \
- --infodir=${PREFIX}/info \
+ --infodir=${PREFIX}/${INFO_PATH} \
--mandir=${PREFIX}/man \
--enable-cxx
MAKE_JOBS_UNSAFE=yes