aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2018-02-18 21:40:42 +0800
committergerald <gerald@FreeBSD.org>2018-02-18 21:40:42 +0800
commit52b028acf8fc8c81b6a38f9175189252955a7a78 (patch)
tree80778bc63e68e7d0763576e9f9465f1a8363b580 /math
parent75ac993be813721eb3778e4c1d235f161ea16a20 (diff)
downloadfreebsd-ports-gnome-52b028acf8fc8c81b6a38f9175189252955a7a78.tar.gz
freebsd-ports-gnome-52b028acf8fc8c81b6a38f9175189252955a7a78.tar.zst
freebsd-ports-gnome-52b028acf8fc8c81b6a38f9175189252955a7a78.zip
Simplify MASTER_SITES (GNU/${PORTNAME} is the same as the simpler GNU).
Diffstat (limited to 'math')
-rw-r--r--math/mpfr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 8713a766e82d..97734413f700 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -5,7 +5,7 @@ PORTNAME= mpfr
PORTVERSION= 3.1.6
CATEGORIES= math devel
MASTER_SITES= http://www.mpfr.org/mpfr-current/ \
- GNU/${PORTNAME}
+ GNU
DIST_SUBDIR= ${DISTNAME}
PATCH_SITES= ${MASTER_SITES}