diff options
-rw-r--r-- | misc/figlet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 01dbb5f..598c263 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -9,17 +9,14 @@ PORTNAME= figlet PORTVERSION= 2.2.1 CATEGORIES= misc -MASTER_SITES= http://ftp.plig.org/pub/figlet/program/unix/ \ +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/ DISTNAME= figlet221 MAINTAINER= obrien@FreeBSD.org COMMENT= SysV banner-like program prints strings in large fancy ASCII art -BROKEN= "unfetchable, however, 2.2.2 is available" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - MAN6= figlet.6 do-install: |