diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1999-03-07 18:58:30 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1999-03-07 18:58:30 +0000 |
commit | 07e43910e4b1c42f19577eb3420da53edf1cb9a8 (patch) | |
tree | d19f0224cfabec6bcb36fb50c06544d029a0f9f0 | |
parent | 645ab54741bb79c3a203de35685ac3c06e709ff1 (diff) | |
download | ports-07e43910e4b1c42f19577eb3420da53edf1cb9a8.tar.gz ports-07e43910e4b1c42f19577eb3420da53edf1cb9a8.zip |
Notes
-rw-r--r-- | www/checkbot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 9f37cb756213..541bdc4bc44a 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -3,12 +3,13 @@ # Date created: 2. Feb 1998 # Whom: wosch@FreeBSD.org # -# $Id: Makefile,v 1.6 1998/10/10 03:34:28 steve Exp $ +# $Id: Makefile,v 1.7 1999/02/24 23:26:23 wosch Exp $ # DISTNAME= checkbot-1.51 CATEGORIES= www perl5 -MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ +MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ \ + http://www.freebsd.org/~wosch/src/ MAINTAINER= wosch@FreeBSD.ORG |