svn commit: r462247 - head/math/mpfr

Gerald Pfeifer gerald at FreeBSD.org
Sun Feb 18 13:40:43 UTC 2018


Author: gerald
Date: Sun Feb 18 13:40:42 2018
New Revision: 462247
URL: https://svnweb.freebsd.org/changeset/ports/462247

Log:
  Simplify MASTER_SITES (GNU/${PORTNAME} is the same as the simpler GNU).

Modified:
  head/math/mpfr/Makefile

Modified: head/math/mpfr/Makefile
==============================================================================
--- head/math/mpfr/Makefile	Sun Feb 18 13:38:57 2018	(r462246)
+++ head/math/mpfr/Makefile	Sun Feb 18 13:40:42 2018	(r462247)
@@ -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}


More information about the svn-ports-head mailing list