diff options
author | krion <krion@FreeBSD.org> | 2004-04-15 23:22:15 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-15 23:22:15 +0800 |
commit | aa0bc9d364e7ad4ac76ffdc253141c1b67d49442 (patch) | |
tree | e8aec850a0e673c423ff64332cb1c320ba7f91d5 | |
parent | 4776e233fd67e5a44e885c4a4be9415eb533c3b3 (diff) | |
download | freebsd-ports-gnome-aa0bc9d364e7ad4ac76ffdc253141c1b67d49442.tar.gz freebsd-ports-gnome-aa0bc9d364e7ad4ac76ffdc253141c1b67d49442.tar.zst freebsd-ports-gnome-aa0bc9d364e7ad4ac76ffdc253141c1b67d49442.zip |
- Fix WWW: and MASTER_SITES
PR: ports/65580
Submitted by: Jason Harris <jharris@widomaker.com>
-rw-r--r-- | misc/colortail/Makefile | 2 | ||||
-rw-r--r-- | misc/colortail/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index d4fcc112a79b..9bc37b3b3d18 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -9,7 +9,7 @@ PORTNAME= colortail PORTVERSION= 0.3.0 PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= # none +MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= A colour-able replacement for tail(1) diff --git a/misc/colortail/pkg-descr b/misc/colortail/pkg-descr index bf8026d0eb66..8f97f0e554e0 100644 --- a/misc/colortail/pkg-descr +++ b/misc/colortail/pkg-descr @@ -5,4 +5,4 @@ ie. colorize those brightred or some other color of your choose. Author: Joakim Andersson <pt98jan@student.hk-r.se> -WWW: http://www.student.hk-r.se/~pt98jan/colortail.html +WWW: http://web.archive.org/web/20030411093805/www.student.hk-r.se/~pt98jan/colortail.html |