diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-28 07:38:03 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-28 07:38:03 +0000 |
commit | 6e6efac7038453b08999be3de490ca3e9c68d70c (patch) | |
tree | 2eef2a1f52ef0db4da2926e2bab33bde0f9ff6e1 /graphics | |
parent | Does not use the included version of libintl, use the one which is provided (diff) |
Make fetchable.
found by: fenner's survey
Notes
Notes:
svn path=/head/; revision=92409
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cadubi/Makefile | 3 | ||||
-rw-r--r-- | graphics/claraocr/Makefile | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile index 541c5aa16393..0517660c2f85 100644 --- a/graphics/cadubi/Makefile +++ b/graphics/cadubi/Makefile @@ -8,7 +8,8 @@ PORTNAME= cadubi PORTVERSION= 1.2 CATEGORIES= graphics editors -MASTER_SITES= http://www.logicallemon.com/projects/cadubi/downloads/ +MASTER_SITES= ftp://ftp.dei.uc.pt/.raid1/linux/files/console/graphics/ \ + http://www.logicallemon.com/projects/cadubi/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile index 0104fad97836..23d82a615c7b 100644 --- a/graphics/claraocr/Makefile +++ b/graphics/claraocr/Makefile @@ -9,11 +9,7 @@ PORTNAME= claraocr PORTVERSION= 0.9.9 PORTREVISION?= 1 CATEGORIES= graphics accessibility -MASTER_SITES= ftp://carroll.cac.psu.edu/pub/linux/distributions/mandrake-devel/projects/claraocr/ \ - ftp://ftp.wtfo.com/pub/linux/Mandrake-devel/projects/claraocr/ \ - ftp://gd.tuwien.ac.at/pub/linux/Mandrake-devel/projects/claraocr/ \ - ftp://mandrake.redbox.cz/Mandrake-devel/projects/claraocr/ \ - ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/projects/claraocr/ +MASTER_SITES= ${MASTER_SITE_NETBSD} DISTNAME= clara-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |