Date: Sun, 1 Jun 2014 09:01:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356066 - head/Mk Message-ID: <201406010901.s5191hNV045493@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jun 1 09:01:42 2014 New Revision: 356066 URL: http://svnweb.freebsd.org/changeset/ports/356066 QAT: https://qat.redports.org/buildarchive/r356066/ Log: Remove a trailing backslash With hat: portmgr Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Jun 1 09:00:15 2014 (r356065) +++ head/Mk/bsd.sites.mk Sun Jun 1 09:01:42 2014 (r356066) @@ -1445,7 +1445,7 @@ MASTER_SITE_XFCE+= \ http://archive.be.xfce.org/%SUBDIR%/ \ http://archive.be2.xfce.org/%SUBDIR%/ \ http://archive.al-us.xfce.org/%SUBDIR%/ \ - http://mirrors.tummy.com/pub/archive.xfce.org/%SUBDIR%/ \ + http://mirrors.tummy.com/pub/archive.xfce.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XORG)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010901.s5191hNV045493>