From 008178c996ea1cce5ce38eac25b129215181a731 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 18 Feb 2018 13:40:42 +0000 Subject: [PATCH] Simplify MASTER_SITES (GNU/${PORTNAME} is the same as the simpler GNU). --- math/mpfr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}