Date: Sun, 10 Aug 2014 13:47:37 +0000 (UTC) From: Alexander Nedotsukov <bland@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364540 - head/x11/nvidia-settings Message-ID: <53e777f9.28cd.621911f7@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bland Date: Sun Aug 10 13:47:37 2014 New Revision: 364540 URL: http://svnweb.freebsd.org/changeset/ports/364540 QAT: https://qat.redports.org/buildarchive/r364540/ Log: Fixup distfile fetch broken by previous commit. Modified: head/x11/nvidia-settings/Makefile Modified: head/x11/nvidia-settings/Makefile ============================================================================== --- head/x11/nvidia-settings/Makefile Sun Aug 10 13:47:00 2014 (r364539) +++ head/x11/nvidia-settings/Makefile Sun Aug 10 13:47:37 2014 (r364540) @@ -4,8 +4,8 @@ PORTNAME= nvidia-settings PORTVERSION= 340.24 CATEGORIES= x11 -MASTER_SITES= ftp://download.nvidia.com/XFree86/nvidia-settings \ - ftp://download1.nvidia.com/XFree86/nvidia-settings +MASTER_SITES= ftp://download.nvidia.com/XFree86/nvidia-settings/ \ + ftp://download1.nvidia.com/XFree86/nvidia-settings/ MAINTAINER= bland@FreeBSD.org COMMENT= Display Control Panel for X NVidia driver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e777f9.28cd.621911f7>