diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-02 08:28:49 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-02 08:28:49 +0000 |
commit | 8bc172765bbc3825b99c2929c5bab743aa8dfd44 (patch) | |
tree | db31bc72e5a7a3d6e6a1c7149d4014d2aecc696c /www | |
parent | 556629cf6a2a4949c3832dfa2e34904d52b60ca9 (diff) | |
download | ports-8bc172765bbc3825b99c2929c5bab743aa8dfd44.tar.gz ports-8bc172765bbc3825b99c2929c5bab743aa8dfd44.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13/Makefile | 2 | ||||
-rw-r--r-- | www/apache13/files/patch-ab | 7 | ||||
-rw-r--r-- | www/apache13/pkg-plist | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 522cd2ea9be4..69d583006005 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ diff --git a/www/apache13/files/patch-ab b/www/apache13/files/patch-ab index 9198d26da0da..a6d93e733362 100644 --- a/www/apache13/files/patch-ab +++ b/www/apache13/files/patch-ab @@ -1,5 +1,5 @@ --- Makefile.tmpl.orig Sun Oct 7 02:01:09 2001 -+++ Makefile.tmpl Sun Oct 21 23:17:01 2001 ++++ Makefile.tmpl Sun Dec 2 11:19:23 2001 @@ -270,10 +270,12 @@ $(MKDIR) $(root)$(mandir)/man1 $(MKDIR) $(root)$(mandir)/man8 @@ -15,7 +15,7 @@ $(MKDIR) $(root)$(includedir) $(MKDIR) $(root)$(includedir)/xml $(MKDIR) $(root)$(runtimedir) -@@ -457,33 +459,40 @@ +@@ -457,33 +459,39 @@ # icons and distributed CGI scripts. install-data: @echo "===> [data: Installing initial data files]" @@ -44,7 +44,6 @@ find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \ +# fi -+ $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual + if [ ! -d $(root)$(htdocsdir)/ ]; then \ + $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \ fi @@ -71,7 +70,7 @@ @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ -@@ -522,14 +531,14 @@ +@@ -522,14 +530,14 @@ -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \ -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ -e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \ diff --git a/www/apache13/pkg-plist b/www/apache13/pkg-plist index c05a7593d410..fc90f5dd0bff 100644 --- a/www/apache13/pkg-plist +++ b/www/apache13/pkg-plist @@ -133,8 +133,6 @@ www/data.default/index.html.ru.utf8 www/data.default/index.html.se www/data.default/index.html.zh.Big5 share/doc/apache/LICENSE -@exec ln -fs %B %D/www/data.default/manual -@unexec rm -f %D/www/data.default/manual share/doc/apache/bind.html.en share/doc/apache/bind.html.fr share/doc/apache/bind.html.html |