svn commit: r450297 - head/math/mpfr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 21 18:18:06 UTC 2017


Author: sunpoet
Date: Thu Sep 21 18:18:05 2017
New Revision: 450297
URL: https://svnweb.freebsd.org/changeset/ports/450297

Log:
  Update MASTER_SITES usage

Modified:
  head/math/mpfr/Makefile

Modified: head/math/mpfr/Makefile
==============================================================================
--- head/math/mpfr/Makefile	Thu Sep 21 17:55:30 2017	(r450296)
+++ head/math/mpfr/Makefile	Thu Sep 21 18:18:05 2017	(r450297)
@@ -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}


More information about the svn-ports-all mailing list