diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-22 02:18:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-22 02:18:05 +0800 |
commit | ea07e57c82bcf46fdb5a71f0424f4ecebaee6188 (patch) | |
tree | 897223b6f6c647209904d1cb121aff3b998c603c /math | |
parent | a57e1bd749058bff54cddabe03a7648bc3d4d79d (diff) | |
download | freebsd-ports-gnome-ea07e57c82bcf46fdb5a71f0424f4ecebaee6188.tar.gz freebsd-ports-gnome-ea07e57c82bcf46fdb5a71f0424f4ecebaee6188.tar.zst freebsd-ports-gnome-ea07e57c82bcf46fdb5a71f0424f4ecebaee6188.zip |
Update MASTER_SITES usage
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 71695bd51052..8713a766e82d 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -5,8 +5,7 @@ PORTNAME= mpfr PORTVERSION= 3.1.6 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} + GNU/${PORTNAME} DIST_SUBDIR= ${DISTNAME} PATCH_SITES= ${MASTER_SITES} |