diff --git a/en/cgi/Makefile b/en/cgi/Makefile
index 8b4420e192..d52160f66a 100644
--- a/en/cgi/Makefile
+++ b/en/cgi/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD: www/en/cgi/Makefile,v 1.30 2006/07/23 23:47:34 simon Exp $
+# $FreeBSD: www/en/cgi/Makefile,v 1.31 2006/08/29 19:46:27 simon Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@@ -15,7 +15,6 @@ DATA+= cvsweb.conf
DATA+= cvsweb.conf-freebsd
DATA+= cvsweb.conf-netbsd
DATA+= cvsweb.conf-openbsd
-DATA+= html.pl
CGI=
CGI+= confirm-code.cgi
diff --git a/en/cgi/html.pl b/en/cgi/html.pl
deleted file mode 100755
index b61ab22447..0000000000
--- a/en/cgi/html.pl
+++ /dev/null
@@ -1,212 +0,0 @@
-# $NetBSD: html.pl,v 1.2 1996/06/14 19:52:38 thorpej Exp $
-#
-# perl routines to help generate html from cgi scripts in perl.
-#
-# written by Philip A. Nelson, 1995 and 1996.
-#
-# Copyright (c) 1995, 1996 Philip A. Nelson.
-#
-# Last modified: May 13, 1996.
-#
-# Copying and distribution permitted under the conditions of the
-# GNU General Public License Version 2.
-# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
-#
-# $FreeBSD$
-
-#
-# typical use is &www_content ("text","html");
-# Should be the first output from a cgi script.
-#
-sub www_content {
- print "Content-type: $_[0]/$_[1]\n\n";
-}
-
-#
-# &html_title ( title, other_head_html )
-# Starts the html with a head and title.
-#
-sub html_title {
- print "\n