diff options
author | ache <ache@FreeBSD.org> | 2001-12-01 06:32:40 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-12-01 06:32:40 +0000 |
commit | 5f05a7bc81b38c0745856445bc99057788c6501a (patch) | |
tree | a437f76976c7047a33fd92faecab517773d84bfd /www/apache13 | |
parent | 46ae231532e2654f1cac85003b0dc3ce37378659 (diff) | |
download | FreeBSD-ports-5f05a7bc81b38c0745856445bc99057788c6501a.zip FreeBSD-ports-5f05a7bc81b38c0745856445bc99057788c6501a.tar.gz |
Add symbolic link to apache's manual into pkg-plist
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 2 | ||||
-rw-r--r-- | www/apache13/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 2c4e3bf..522cd2e 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.22 -PORTREVISION= 4 +PORTREVISION= 5 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/pkg-plist b/www/apache13/pkg-plist index fc90f5d..c05a759 100644 --- a/www/apache13/pkg-plist +++ b/www/apache13/pkg-plist @@ -133,6 +133,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 |