diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-03 13:18:01 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-03 13:18:01 +0000 |
commit | f7c24f7087d26fbb0768f06d7fef06e341e42b8d (patch) | |
tree | 871cbdb28397b89f8d3eb79e0ab134f261e178c8 /graphics/sane-frontends/Makefile | |
parent | 61dd23d81d6a32228161c1d443c6fa48f59bbbba (diff) |
Notes
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 |