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;
locks; strict;
comment	@# @;


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

1.1
date	2008.07.13.04.37.41;	author itetcu;	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	2008-07-01 01:08:04.000000000 +0000
+++ Makefile.tmpl	2008-07-01 01:08:17.000000000 +0000
@@@@ -228,7 +228,6 @@@@
 	$(MKDIR) $(root)$(mandir)/man8
 	$(MKDIR) $(root)$(sysconfdir)
 	$(MKDIR) $(root)$(htdocsdir)-dist
-	$(MKDIR) $(root)$(manualdir)
 	$(MKDIR) $(root)$(iconsdir)
 	$(MKDIR) $(root)$(cgidir)-dist
 	$(MKDIR) $(root)$(includedir)
@@@@ -422,11 +421,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 ;
 	if [ ! -d $(root)$(htdocsdir)/ ]; then \
 		$(LN) -sf $(root)$(htdocsdir)-dist $(root)$(htdocsdir); \
 	fi
@


1.1
log
@- Honor NO* vars (noticed by ionbot)
- Silence some portlint warnings
- USE_RC_SUBR from the rc.d script
- Bump PORTREVISION

PR:		125131
Submitted by:	Philip M. Gollucci
@
text
@@

