diff options
author | gerald <gerald@FreeBSD.org> | 2018-01-28 21:01:03 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-01-28 21:01:03 +0800 |
commit | ecd106cf78b1024c84bda83fe9ed72c89e6a21c2 (patch) | |
tree | b5b50cdad691fb6b1becb22241a62d01c4582200 /math | |
parent | 327727ee371c63246c052593089afe6f3e528350 (diff) | |
download | freebsd-ports-gnome-ecd106cf78b1024c84bda83fe9ed72c89e6a21c2.tar.gz freebsd-ports-gnome-ecd106cf78b1024c84bda83fe9ed72c89e6a21c2.tar.zst freebsd-ports-gnome-ecd106cf78b1024c84bda83fe9ed72c89e6a21c2.zip |
MASTER_SITES=GNU is sufficient, no need for MASTER_SITES=GNU/${PORTNAME}.
Reported by: sunpoet
Diffstat (limited to 'math')
-rw-r--r-- | math/mpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |