diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-04 08:24:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-04 08:24:21 +0000 |
commit | a89d96a4124deae429ff0850dec5f464069f1d82 (patch) | |
tree | 870b92f1594bea7df71a7ae119945e7f4d2de962 /textproc/htdig | |
parent | a74fcbe6e69263bc277ad2d43e75f81d866752ed (diff) | |
download | ports-a89d96a4124deae429ff0850dec5f464069f1d82.tar.gz ports-a89d96a4124deae429ff0850dec5f464069f1d82.zip |
Correct previous misunderstanding.
Notes
Notes:
svn path=/head/; revision=26519
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 9e32038cd632..a67433079701 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://www.htdig.org/files/ \ ftp://ftp.htdig.org/pub/htdig/ MASTER_SITE_SUBDIR= apps/www/indexing -MAINTAINER= kris@FreeBSD.org +MAINTAINER= billf@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/share/apache:${PORTSDIR}/www/apache13 |