diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/apache13/files/no_port_doc | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Diffstat (limited to 'www/apache13/files/no_port_doc')
-rw-r--r-- | www/apache13/files/no_port_doc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www/apache13/files/no_port_doc b/www/apache13/files/no_port_doc deleted file mode 100644 index 36190f286bd0..000000000000 --- a/www/apache13/files/no_port_doc +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.tmpl.orig 2007-10-15 23:37:45.000000000 -0400 -+++ Makefile.tmpl 2007-10-15 23:37:59.000000000 -0400 -@@ -229,7 +229,6 @@ - $(MKDIR) $(root)$(sysconfdir) - $(MKDIR) $(root)$(htdocsdir)/ - $(MKDIR) $(root)$(htdocsdir)-dist -- $(MKDIR) $(root)$(manualdir) - $(MKDIR) $(root)$(iconsdir) - $(MKDIR) $(root)$(cgidir)/ - $(MKDIR) $(root)$(cgidir)-dist -@@ -423,11 +422,6 @@ - (cd $(root)$(htdocsdir)-dist/ && $(TAR) -xf -); \ - find $(root)$(htdocsdir)-dist/ -type d -exec chmod a+rx {} \; ; \ - find $(root)$(htdocsdir)-dist/ -type f -print | xargs chmod a+r ; -- echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \ -- (cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\ -- (cd $(root)$(manualdir)/ && $(TAR) -xf -); \ -- find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ -- find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; - for script in printenv test-cgi; do \ - cat $(TOP)/cgi-bin/$${script} |\ - sed -e 's;^#!/.*perl;#!$(PERL);' \ |