diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-18 17:28:30 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-18 17:28:30 +0000 |
commit | 723f9db38b767b9990af33204197d2bbc91cf713 (patch) | |
tree | f184a8d7340dd53bff0c7e8f4c25560ef63189f9 /www | |
parent | Link some modules against libmytinfo to pick up a working tputs(). (diff) |
change maintainer
PR: 12264
Submitted by: dervish@ikhala.tcimet.net (new maintainer)
Notes
Notes:
svn path=/head/; revision=19545
Diffstat (limited to '')
-rw-r--r-- | www/wwwcount/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 88d525584e74..61405d686138 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.11 1998/06/07 11:10:15 ache Exp $ +# $Id: Makefile,v 1.12 1998/09/28 18:02:05 smace Exp $ # # WWW site: http://www.fccc.edu/users/muquit/Count.html @@ -15,7 +15,7 @@ PKGNAME= wwwcount-2.4 CATEGORIES= www MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.4/ -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= dervish@ikhala.tcimet.net GNU_CONFIGURE= yes IS_INTERACTIVE= yes |