diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-12-02 03:45:30 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-12-02 03:45:30 +0800 |
commit | a9bebd4c43c99fb0efab86e92bae9db5a6694566 (patch) | |
tree | d2f3656c98ed7a585fa00c2955f293560fa79665 /Mk/bsd.sites.mk | |
parent | c4afb3d489681f96b35108b7f3d159753282ec81 (diff) | |
download | freebsd-ports-graphics-a9bebd4c43c99fb0efab86e92bae9db5a6694566.tar.gz freebsd-ports-graphics-a9bebd4c43c99fb0efab86e92bae9db5a6694566.tar.zst freebsd-ports-graphics-a9bebd4c43c99fb0efab86e92bae9db5a6694566.zip |
...plus a missing backslash
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 dc28ae46535..6cb6bee6278 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -140,7 +140,7 @@ MASTER_SITE_COMP_SOURCES+= \ MASTER_SITE_CRITICAL+= \ http://critical.ch/distfiles/%SUBDIR%/ \ http://energy.critical.ch/distfiles/%SUBDIR%/ \ - http://sauerkraut.critical.ch/distfiles/%SUBDIR%/ + http://sauerkraut.critical.ch/distfiles/%SUBDIR%/ \ http://snow.critical.ch/distfiles/%SUBDIR%/ .endif |