diff options
-rw-r--r-- | www/apache13+ipv6/Makefile | 2 | ||||
-rw-r--r-- | www/apache13+ipv6/pkg-plist | 2 | ||||
-rw-r--r-- | www/apache13-modssl/Makefile | 2 | ||||
-rw-r--r-- | www/apache13-modssl/pkg-plist | 3 |
4 files changed, 6 insertions, 3 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile index 7f1cf1344b3b..5aeedf395947 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= 2 +PORTREVISION= 3 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/pkg-plist b/www/apache13+ipv6/pkg-plist index b059e9f0fc87..a99b700229e4 100644 --- a/www/apache13+ipv6/pkg-plist +++ b/www/apache13+ipv6/pkg-plist @@ -135,6 +135,8 @@ 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 diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index f64a5c524eec..aaa3d7cb83e1 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://www.modssl.org/source/ \ diff --git a/www/apache13-modssl/pkg-plist b/www/apache13-modssl/pkg-plist index ebc74866c10f..2dca25dadde3 100644 --- a/www/apache13-modssl/pkg-plist +++ b/www/apache13-modssl/pkg-plist @@ -158,8 +158,9 @@ www/data.default/index.html.ru.ucs4 www/data.default/index.html.ru.utf8 www/data.default/index.html.se www/data.default/index.html.zh.Big5 -www/data.default/manual 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 |