diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 14:43:40 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 14:43:40 +0000 |
commit | 2e448483a1d8084f41e4fb71350b5d34acbfab3b (patch) | |
tree | f0260d25cf94c16e8b66babc458698f43a81a838 /textproc/htdig/Makefile | |
parent | bebb98615cd5b1ea610f512ea54043c0ffd0df6f (diff) |
Notes
Diffstat (limited to 'textproc/htdig/Makefile')
-rw-r--r-- | textproc/htdig/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 51953a6f923d..ae88644aa730 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -1,16 +1,20 @@ # New ports collection makefile for: htdig -# Version required: 3.1.1 +# Version required: 3.1.2 # Date created: 18 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.7 1999/02/21 19:58:47 billf Exp $ +# $Id: Makefile,v 1.8 1999/05/31 21:11:47 billf Exp $ # DISTNAME= htdig-3.1.2 CATEGORIES= textproc www MASTER_SITES= http://www.htdig.org/files/ \ + ${MASTER_SITE_SUNSITE} \ ftp://ftp.ntua.gr/pub/www/htdig/ \ - ftp://ftp.htdig.org/pub/htdig/ \ + ftp://ftp.max.irk.ru/unix/net/www/ \ + ftp://ftp.loxinfo.co.th/pub/unix/www/ \ + ftp://ftp.htdig.org/pub/htdig/ +MASTER_SITE_SUBDIR= apps/www/indexing MAINTAINER= billf@FreeBSD.org |