diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-02 23:17:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-02 23:17:09 +0000 |
commit | 2226ec3963ddfb82d2b2a958ddf3f505fce7adab (patch) | |
tree | 8e4dcd7b61196721e15dd96548e9c8a144f974c4 /www/apache13+ipv6 | |
parent | b8a55a6b2be5b6156fc25540be9a33143b77cf82 (diff) |
Notes
Diffstat (limited to 'www/apache13+ipv6')
-rw-r--r-- | www/apache13+ipv6/Makefile | 2 | ||||
-rw-r--r-- | www/apache13+ipv6/files/patch-ab | 2 | ||||
-rw-r--r-- | www/apache13+ipv6/pkg-plist | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile index 5aeedf395947..683914f0aa38 100644 --- a/www/apache13+ipv6/Makefile +++ b/www/apache13+ipv6/Makefile @@ -8,7 +8,7 @@ PORTNAME= apache+ipv6 PORTVERSION= 1.3.22 CATEGORIES= www ipv6 -PORTREVISION= 3 +PORTREVISION= 4 MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ ftp://ftp.rge.com/pub/infosystems/apache/dist/httpd/ \ diff --git a/www/apache13+ipv6/files/patch-ab b/www/apache13+ipv6/files/patch-ab index 9198d26da0da..a0b5f7174245 100644 --- a/www/apache13+ipv6/files/patch-ab +++ b/www/apache13+ipv6/files/patch-ab @@ -44,7 +44,7 @@ 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 ++# $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual + if [ ! -d $(root)$(htdocsdir)/ ]; then \ + $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \ fi diff --git a/www/apache13+ipv6/pkg-plist b/www/apache13+ipv6/pkg-plist index a99b700229e4..b059e9f0fc87 100644 --- a/www/apache13+ipv6/pkg-plist +++ b/www/apache13+ipv6/pkg-plist @@ -135,8 +135,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 |