aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-09-22 02:18:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-09-22 02:18:05 +0800
commitea07e57c82bcf46fdb5a71f0424f4ecebaee6188 (patch)
tree897223b6f6c647209904d1cb121aff3b998c603c /math
parenta57e1bd749058bff54cddabe03a7648bc3d4d79d (diff)
downloadfreebsd-ports-gnome-ea07e57c82bcf46fdb5a71f0424f4ecebaee6188.tar.gz
freebsd-ports-gnome-ea07e57c82bcf46fdb5a71f0424f4ecebaee6188.tar.zst
freebsd-ports-gnome-ea07e57c82bcf46fdb5a71f0424f4ecebaee6188.zip
Update MASTER_SITES usage
Diffstat (limited to 'math')
-rw-r--r--math/mpfr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 71695bd51052..8713a766e82d 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -5,8 +5,7 @@ PORTNAME= mpfr
PORTVERSION= 3.1.6
CATEGORIES= math devel
MASTER_SITES= http://www.mpfr.org/mpfr-current/ \
- ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+ GNU/${PORTNAME}
DIST_SUBDIR= ${DISTNAME}
PATCH_SITES= ${MASTER_SITES}