diff options
author | pat <pat@FreeBSD.org> | 2002-02-20 05:25:57 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-20 05:25:57 +0800 |
commit | 8dfe30feacb30e918d9680f619dcab4be975a158 (patch) | |
tree | c07c2711eda201effcd5a044c9481b6be7c63272 /graphics/sane-backends | |
parent | c4289358387f909bec61f3a9de40e4efcbaf9e47 (diff) | |
download | freebsd-ports-gnome-8dfe30feacb30e918d9680f619dcab4be975a158.tar.gz freebsd-ports-gnome-8dfe30feacb30e918d9680f619dcab4be975a158.tar.zst freebsd-ports-gnome-8dfe30feacb30e918d9680f619dcab4be975a158.zip |
Fix typo in MASTER_SITES
PR: 35112
Submitted by: Tilman Linneweh <tilman@arved.de>
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index fb5f12392bf5..51c7c3084bed 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -9,7 +9,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ - ftp://ftp.de.mostang.com/pub/sane/%SUBDIR/ \ + ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ MASTER_SITE_SUBDIR= sane-${PORTVERSION} |