diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-17 08:53:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-17 08:53:41 +0000 |
commit | e9bd1b6a2e8bf4072c1d5bea040e56dbfc384492 (patch) | |
tree | 3f758669db07009d0167cd453957abe5d211a181 | |
parent | eefe0358bd3facf18ac98351368a5a4f49c56426 (diff) | |
download | pkgsrc-e9bd1b6a2e8bf4072c1d5bea040e56dbfc384492.tar.gz |
tcl-cgi: replace dead homepage
-rw-r--r-- | www/tcl-cgi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/tcl-cgi/Makefile b/www/tcl-cgi/Makefile index 93ec05ccb63..5aad14b7d4e 100644 --- a/www/tcl-cgi/Makefile +++ b/www/tcl-cgi/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/28 06:31:06 asau Exp $ -# +# $NetBSD: Makefile,v 1.16 2017/10/17 08:53:41 wiz Exp $ DISTNAME= cgi.tcl PKGNAME= tcl-cgi-1.3.0 @@ -7,7 +6,7 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= bouyer@NetBSD.org -HOMEPAGE= http://expect.nist.gov/cgi.tcl/ +HOMEPAGE= http://expect.sourceforge.net/cgi.tcl/index.html COMMENT= Library of Tcl procedures to assist in writing CGI scripts DEPENDS+= tcl>=8.3.2:../../lang/tcl |