diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-07-21 17:44:46 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-07-21 17:44:46 +0000 |
commit | d8e9775adf51767dd20fe4e15cd8cbf06e1975d9 (patch) | |
tree | 766f80b30c31018e624f53421cca245e45505f2e /Mk | |
parent | 1f7b80e251c5e138b8b19164634756f526950fc8 (diff) | |
download | FreeBSD-ports-d8e9775adf51767dd20fe4e15cd8cbf06e1975d9.zip FreeBSD-ports-d8e9775adf51767dd20fe4e15cd8cbf06e1975d9.tar.gz |
Remove trailing backslash; this will hopefully unbreak both the INDEX
and every port in the tree.
Reported by: Portsnap buildbox
Diffstat (limited to '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 fc6b8ee..2275075 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1162,7 +1162,7 @@ MASTER_SITE_XCONTRIB+= \ ftp://sunsite.tus.ac.jp/pub/archives/X11/contrib/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} \ ftp://ftp.mirrorservice.org/sites/ftp.x.org/contrib/%SUBDIR%/ \ - ftp://sunsite.org.uk/sites/ftp.x.org/contrib/%SUBDIR%/ \ + ftp://sunsite.org.uk/sites/ftp.x.org/contrib/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XEMACS) |