Merge from www/apache13:
Don't put 'manual' link to the Apache manual.
This commit is contained in:
parent
b8a55a6b2b
commit
2226ec3963
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50912
6 changed files with 4 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
||||||
PORTNAME= apache+ipv6
|
PORTNAME= apache+ipv6
|
||||||
PORTVERSION= 1.3.22
|
PORTVERSION= 1.3.22
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
|
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
|
||||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
|
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
|
||||||
ftp://ftp.rge.com/pub/infosystems/apache/dist/httpd/ \
|
ftp://ftp.rge.com/pub/infosystems/apache/dist/httpd/ \
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \
|
find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \
|
||||||
find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \
|
find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \
|
||||||
+# fi
|
+# fi
|
||||||
+ $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual
|
+# $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual
|
||||||
+ if [ ! -d $(root)$(htdocsdir)/ ]; then \
|
+ if [ ! -d $(root)$(htdocsdir)/ ]; then \
|
||||||
+ $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \
|
+ $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -135,8 +135,6 @@ www/data.default/index.html.ru.utf8
|
||||||
www/data.default/index.html.se
|
www/data.default/index.html.se
|
||||||
www/data.default/index.html.zh.Big5
|
www/data.default/index.html.zh.Big5
|
||||||
share/doc/apache/LICENSE
|
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.en
|
||||||
share/doc/apache/bind.html.fr
|
share/doc/apache/bind.html.fr
|
||||||
share/doc/apache/bind.html.html
|
share/doc/apache/bind.html.html
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= apache+mod_ssl
|
PORTNAME= apache+mod_ssl
|
||||||
PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL}
|
PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL}
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= www security
|
CATEGORIES= www security
|
||||||
MASTER_SITES= http://www.apache.org/dist/httpd/ \
|
MASTER_SITES= http://www.apache.org/dist/httpd/ \
|
||||||
http://www.modssl.org/source/ \
|
http://www.modssl.org/source/ \
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \
|
find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \
|
||||||
find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \
|
find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \
|
||||||
+# fi
|
+# fi
|
||||||
+ $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual
|
+# $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual
|
||||||
+ if [ ! -d $(root)$(htdocsdir)/ ]; then \
|
+ if [ ! -d $(root)$(htdocsdir)/ ]; then \
|
||||||
+ $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \
|
+ $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -159,8 +159,6 @@ www/data.default/index.html.ru.utf8
|
||||||
www/data.default/index.html.se
|
www/data.default/index.html.se
|
||||||
www/data.default/index.html.zh.Big5
|
www/data.default/index.html.zh.Big5
|
||||||
share/doc/apache/LICENSE
|
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.en
|
||||||
share/doc/apache/bind.html.fr
|
share/doc/apache/bind.html.fr
|
||||||
share/doc/apache/bind.html.html
|
share/doc/apache/bind.html.html
|
||||||
|
|
Loading…
Reference in a new issue