aboutsummaryrefslogtreecommitdiff
path: root/math/mingw32-libgmp/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-03-04 11:37:57 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-03-04 11:37:57 +0000
commite20d134a462e414190df24bd9431e446ce05c18b (patch)
treecf699914e44fda143021b33336e15f5c525749e6 /math/mingw32-libgmp/Makefile
parenta1e626a6d6fdc4e88d391bbc1e50488ecf6ee98d (diff)
downloadports-e20d134a462e414190df24bd9431e446ce05c18b.tar.gz
ports-e20d134a462e414190df24bd9431e446ce05c18b.zip
math/mingw32-libgmp: update to 5.1.3 and support staging
- update to 5.1.3 - support staging PR: 187242 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes
Notes: svn path=/head/; revision=347009
Diffstat (limited to 'math/mingw32-libgmp/Makefile')
-rw-r--r--math/mingw32-libgmp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/mingw32-libgmp/Makefile b/math/mingw32-libgmp/Makefile
index f68d95f0fac4..15bd45ee6400 100644
--- a/math/mingw32-libgmp/Makefile
+++ b/math/mingw32-libgmp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libgmp
-PORTVERSION= 5.1.2
+PORTVERSION= 5.1.3
CATEGORIES= math devel
MASTER_SITES= ftp://ftp.gmplib.org/pub/gmp-${PORTVERSION}/
PKGNAMEPREFIX= mingw32-
@@ -32,11 +32,7 @@ CONFIGURE_TARGET=
INFO= gmp
INFO_PATH= ${GMP_TARG}/info
-NO_STAGE= yes
post-extract:
@${RM} -f ${WRKSRC}/doc/gmp.info*
-pre-install:
- ${MKDIR} ${PREFIX}/${GMP_TARG}/info
-
.include <bsd.port.mk>