summaryrefslogtreecommitdiff
path: root/www/neowebscript/files/patch-docs
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-05-22 21:34:32 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-05-22 21:34:32 +0000
commit3f4cabb66c86fae519ccb253bb2fc63543be0c93 (patch)
treeede3f285cf8fdd7ce24684fb5a89fdfb15b97283 /www/neowebscript/files/patch-docs
parent- update to httpd-2.2.19 (diff)
Kill deprecated ports: devel/tcl-neo and www/neowebscript.
These have been broken and deprecated for weeks, the maintainer has not responded, and there was no discussion in the PR or on ports@. PR: ports/155759
Notes
Notes: svn path=/head/; revision=274473
Diffstat (limited to 'www/neowebscript/files/patch-docs')
-rw-r--r--www/neowebscript/files/patch-docs9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/neowebscript/files/patch-docs b/www/neowebscript/files/patch-docs
deleted file mode 100644
index d08c049f7897..000000000000
--- a/www/neowebscript/files/patch-docs
+++ /dev/null
@@ -1,9 +0,0 @@
---- ../htdocs/index.nhtml Tue Jul 25 00:12:50 2000
-+++ ../htdocs/index.nhtml Mon Sep 3 13:04:23 2001
-@@ -36,4 +36,4 @@
-
--if {[file exists manual]} {
-- html "Local Apache <a href=manual/>Documentation</a><p>"
-+if {[file isdirectory $webenv(DOCUMENT_ROOT)/manual]} {
-+ html "Local Apache <a href=/manual/>Documentation</a><p>"
- }