diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-02-28 17:36:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-02-28 17:36:27 +0000 |
commit | a006c425afeaa083bd1312312b00064d498366d5 (patch) | |
tree | b7c65468363de5eadb8dd5cd41a639dfa1baca9b /misc/figlet | |
parent | f91578a2f051ecac86b6f73c0fcfa745b5608338 (diff) | |
download | ports-a006c425afeaa083bd1312312b00064d498366d5.tar.gz ports-a006c425afeaa083bd1312312b00064d498366d5.zip |
Update MASTERSITES.
Notes
Notes:
svn path=/head/; revision=208106
Diffstat (limited to 'misc/figlet')
-rw-r--r-- | misc/figlet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index ebf6828436c8..f168be70f43b 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -12,9 +12,9 @@ PORTNAME= figlet PORTVERSION= 2.2.1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.fasta.fh-dortmund.de/mirror/gentoo/distfiles/ \ - http://ftp.plig.org/pub/figlet/program/unix/ \ - ftp://ftp.figlet.org/pub/figlet/program/unix/ +MASTER_SITES= ftp://ftp.figlet.org/pub/figlet/program/unix/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien DISTNAME= figlet221 MAINTAINER= obrien@FreeBSD.org |