diff options
author | okazaki <okazaki@FreeBSD.org> | 2008-12-31 11:12:09 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2008-12-31 11:12:09 +0800 |
commit | 6747714e6d7c6dd9919cd2409c62db3cf3ac3d55 (patch) | |
tree | d6a7f276444d00b30d20cf9f1b745b72758c32e9 /misc/quotes | |
parent | 9ad1b50f2eb577edc5b15f921ad8c1d05415806a (diff) | |
download | freebsd-ports-gnome-6747714e6d7c6dd9919cd2409c62db3cf3ac3d55.tar.gz freebsd-ports-gnome-6747714e6d7c6dd9919cd2409c62db3cf3ac3d55.tar.zst freebsd-ports-gnome-6747714e6d7c6dd9919cd2409c62db3cf3ac3d55.zip |
Remove unreachable URLs from MASTER_SITES.
Utilize ${MASTER_SITE_TUCOWS}.
PR: ports/130043
Submitted by: Eitan Adler
Diffstat (limited to 'misc/quotes')
-rw-r--r-- | misc/quotes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index 96758cc3e6fc..3575052bdbc9 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -9,9 +9,9 @@ PORTNAME= quotes DISTVERSION= 1.7-2 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.externet.hu/.lib/disk6/linuxberg/files/console/office/ \ - ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/ \ +MASTER_SITES= ${MASTER_SITE_TUCOWS} \ http://freebsd.unixfreunde.de/sources/ +MASTER_SITE_SUBDIR= console/office MAINTAINER= ports@FreeBSD.org COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl |