diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-11 18:04:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-11 18:04:42 +0000 |
commit | fb637a22b4c08caf72271aa021049181fab4afcb (patch) | |
tree | 92ea1a010a167e4203fa8a31d899952872ea0ed8 /misc/figlet | |
parent | 7c979ec3cffdc31f12300d5f7cf184e407103705 (diff) | |
download | ports-fb637a22b4c08caf72271aa021049181fab4afcb.tar.gz ports-fb637a22b4c08caf72271aa021049181fab4afcb.zip |
Notes
Diffstat (limited to 'misc/figlet')
-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 01dbb5f9df6c..598c263348a5 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: |