diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-01 17:01:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-01 17:01:42 +0800 |
commit | 299d4746aaa2adce9f07cbc1e1acc7b51b57767a (patch) | |
tree | e82957dd7a4c1519d5116f079851db039d190f6f /Mk/bsd.sites.mk | |
parent | 812319e2dad26b0dd837abb3cd0475cc3aa224f0 (diff) | |
download | freebsd-ports-gnome-299d4746aaa2adce9f07cbc1e1acc7b51b57767a.tar.gz freebsd-ports-gnome-299d4746aaa2adce9f07cbc1e1acc7b51b57767a.tar.zst freebsd-ports-gnome-299d4746aaa2adce9f07cbc1e1acc7b51b57767a.zip |
Remove a trailing backslash
With hat: portmgr
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 07d30f493da4..1681df24bcdd 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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) |