diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-09-25 07:13:21 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-09-25 07:13:21 +0000 |
commit | 566fb7a64c5ca475866df7f41067e6b2200daf34 (patch) | |
tree | f9b0e385a17e568eb9663bc07496affc4cb329a6 /textproc | |
parent | b2b3b4bb73ac7836c6d327bb8139989380e9c9cb (diff) | |
download | ports-566fb7a64c5ca475866df7f41067e6b2200daf34.tar.gz ports-566fb7a64c5ca475866df7f41067e6b2200daf34.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htdig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index bdc5fa3076e5..b481384c41d8 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -7,6 +7,7 @@ PORTNAME= htdig PORTVERSION= 3.1.5 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://www.htdig.org/files/ \ ${MASTER_SITE_SUNSITE} \ @@ -16,7 +17,7 @@ MASTER_SITES= http://www.htdig.org/files/ \ ftp://ftp.htdig.org/pub/htdig/ MASTER_SITE_SUBDIR= apps/www/indexing -MAINTAINER= billf@FreeBSD.org +MAINTAINER= DougB@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/share/doc/apache:${PORTSDIR}/www/apache13 |