diff options
author | reed <reed> | 2005-10-17 16:01:39 +0000 |
---|---|---|
committer | reed <reed> | 2005-10-17 16:01:39 +0000 |
commit | 2b8d94749ba5201b19bfc60326642f59573d3020 (patch) | |
tree | 2fff98533766092a80d429269e5a11e6851029ac /misc/colortail | |
parent | 2f0fbe8a8bfba94532bd97da212fcd27bdd9277c (diff) | |
download | pkgsrc-2b8d94749ba5201b19bfc60326642f59573d3020.tar.gz |
The homepage and download site were gone. This was noted in PR 31777.
I asked developer to make the download available again.
His new webpage is at
http://morrdusk.net/projects/colortail/
Diffstat (limited to 'misc/colortail')
-rw-r--r-- | misc/colortail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index a4b3ba261c1..bff8fbf08d9 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2005/03/24 21:12:57 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/10/17 16:01:39 reed Exp $ DISTNAME= colortail-0.3.0 CATEGORIES= misc -MASTER_SITES= http://www.student.hk-r.se/~pt98jan/ +MASTER_SITES= http://morrdusk.net/files/ MAINTAINER= zuntum@NetBSD.org -HOMEPAGE= http://www.student.hk-r.se/~pt98jan/colortail.html +HOMEPAGE= http://morrdusk.net/projects/colortail/ COMMENT= Colour-able replacement for tail(1) GNU_CONFIGURE= yes |