diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2012-08-21 00:10:57 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2012-08-21 00:10:57 +0800 |
commit | 0d79b1f18a68e305010c49e464f5fb58a66742f1 (patch) | |
tree | 2ed359a369368273c530a9c885c73439951a7ab6 /Mk | |
parent | 9cc620596a14a4a4b2beb8f105ebb13b1b086d5a (diff) | |
download | freebsd-ports-gnome-0d79b1f18a68e305010c49e464f5fb58a66742f1.tar.gz freebsd-ports-gnome-0d79b1f18a68e305010c49e464f5fb58a66742f1.tar.zst freebsd-ports-gnome-0d79b1f18a68e305010c49e464f5fb58a66742f1.zip |
- Correct typo
Notified by: sunpoet
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 73bef1581593..1376f8e03138 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -55,7 +55,7 @@ MASTER_SITE_AFTERSTEP+= \ MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ http://archive.apache.org/dist/%SUBDIR%/ \ - http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%\ \ + http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \ ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \ ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \ |