diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-28 13:01:03 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-28 13:01:03 +0000 |
commit | 570f7a82452d42cd76b963821ea7b991bb30e861 (patch) | |
tree | b5b50cdad691fb6b1becb22241a62d01c4582200 /math | |
parent | f1a711fed5914f3da15c568db6113693efba9dc9 (diff) |
MASTER_SITES=GNU is sufficient, no need for MASTER_SITES=GNU/${PORTNAME}.
Reported by: sunpoet
Notes
Notes:
svn path=/head/; revision=460170
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 |