From 570f7a82452d42cd76b963821ea7b991bb30e861 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 28 Jan 2018 13:01:03 +0000 Subject: MASTER_SITES=GNU is sufficient, no need for MASTER_SITES=GNU/${PORTNAME}. Reported by: sunpoet --- math/mpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mpc/Makefile b/math/mpc/Makefile index b25f831c8fee..acbb2dd277a7 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -4,7 +4,7 @@ PORTNAME= mpc PORTVERSION= 1.0.3 CATEGORIES= math devel -MASTER_SITES= GNU/${PORTNAME} +MASTER_SITES= GNU MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision -- cgit v1.2.3