diff options
author | Maxime Henrion <mux@FreeBSD.org> | 2002-04-27 13:30:39 +0000 |
---|---|---|
committer | Maxime Henrion <mux@FreeBSD.org> | 2002-04-27 13:30:39 +0000 |
commit | 3f2aff6f12714bbbef87c01a95e76890ccf8e6cc (patch) | |
tree | cbb173520d9271be26e322494d9db1935a8fff84 /www | |
parent | 343ef68d7df1abca8516b7391bd43f004a0fe1e1 (diff) | |
download | ports-3f2aff6f12714bbbef87c01a95e76890ccf8e6cc.tar.gz ports-3f2aff6f12714bbbef87c01a95e76890ccf8e6cc.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/htdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htdump/Makefile b/www/htdump/Makefile index c4c528e4023c..4bb2047d4f63 100644 --- a/www/htdump/Makefile +++ b/www/htdump/Makefile @@ -1,6 +1,6 @@ # Ports collection makefile for: htdump # Date created: Tue Feb 20, 2001 -# Whom: Maxime Henrion (mux@qualys.com) +# Whom: Maxime Henrion (mux@FreeBSD.org) # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.9x CATEGORIES= www MASTER_SITES= http://arak.cs.hro.nl/~ren/linux/htdump/bin/ -MAINTAINER= mux@qualys.com +MAINTAINER= mux@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |