diff options
author | gerald <gerald@FreeBSD.org> | 2018-02-18 21:40:42 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-02-18 21:40:42 +0800 |
commit | 52b028acf8fc8c81b6a38f9175189252955a7a78 (patch) | |
tree | 80778bc63e68e7d0763576e9f9465f1a8363b580 /math | |
parent | 75ac993be813721eb3778e4c1d235f161ea16a20 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |