summaryrefslogtreecommitdiff
path: root/www/apache13-ssl/files/extra-patch-noportdocs
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-13 04:37:41 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-13 04:37:41 +0000
commit9202b5995cf0d71c2e478bc4db6788b3733f4b17 (patch)
tree5eee6bef3c69aaf11475b195cfbf624227e9c28e /www/apache13-ssl/files/extra-patch-noportdocs
parent. Update to tzupdater 1.3.6. (diff)
- 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
Diffstat (limited to 'www/apache13-ssl/files/extra-patch-noportdocs')
-rw-r--r--www/apache13-ssl/files/extra-patch-noportdocs22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/apache13-ssl/files/extra-patch-noportdocs b/www/apache13-ssl/files/extra-patch-noportdocs
new file mode 100644
index 000000000000..629164bedbec
--- /dev/null
+++ b/www/apache13-ssl/files/extra-patch-noportdocs
@@ -0,0 +1,22 @@
+--- 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