diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-03 21:18:01 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-03 21:18:01 +0800 |
commit | e925d831748509d0ecc033198595c1672b44ca4c (patch) | |
tree | b62e9f078750cdac08e09a60ff2fc1ac728d1131 /graphics/sane-frontends/Makefile | |
parent | 4233c3ca2dcda4eae6d4fe3b6ac2365b950040f0 (diff) | |
download | freebsd-ports-gnome-e925d831748509d0ecc033198595c1672b44ca4c.tar.gz freebsd-ports-gnome-e925d831748509d0ecc033198595c1672b44ca4c.tar.zst freebsd-ports-gnome-e925d831748509d0ecc033198595c1672b44ca4c.zip |
Update to version 1.0.5
PR: 28650
Submitted by: MAINTAINER
Diffstat (limited to 'graphics/sane-frontends/Makefile')
-rw-r--r-- | graphics/sane-frontends/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index cca3ba7b77d6..25b5b01382df 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -6,12 +6,12 @@ # PORTNAME= sane-frontends -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ - ftp://ftp.de.mostang.com/pub/sane/ \ - ftp://ftp.no.mostang.com/pub/sane/ +MASTER_SITES= ftp://ftp.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} MAINTAINER= ports@FreeBSD.org |