head	1.2;
access;
symbols
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.01.01.19.30.35;	author ohauer;	state dead;
branches;
next	1.1;

1.1
date	2007.10.19.06.57.30;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- 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);' \
@


1.1
log
@Honor NOPORTDOC

PR:             117126
Submitted by:   "Philip M. Gollucci" <pgollucci@@p6m7g8.com>
@
text
@@

