diff options
author | wjv <wjv@FreeBSD.org> | 2002-06-07 15:59:53 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-06-07 15:59:53 +0800 |
commit | 393f19368d2603a55c4dc059e038caa379792c7f (patch) | |
tree | 4f02c1d3ef6d3425b7befba498faa332eac1bd8e /www/gallery/pkg-message | |
parent | da9274f12f321c574410ca7213992ae459aa8578 (diff) | |
download | freebsd-ports-graphics-393f19368d2603a55c4dc059e038caa379792c7f.tar.gz freebsd-ports-graphics-393f19368d2603a55c4dc059e038caa379792c7f.tar.zst freebsd-ports-graphics-393f19368d2603a55c4dc059e038caa379792c7f.zip |
- Update to version 1.3
- Add additional dependencies
- Install documentation to $DOCSDIR
- Place installation path under build-time user control
- Various style improvements
Approved by: MAINTAINER
Diffstat (limited to 'www/gallery/pkg-message')
-rw-r--r-- | www/gallery/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery/pkg-message b/www/gallery/pkg-message index c4d1087090c..7b0efc8225b 100644 --- a/www/gallery/pkg-message +++ b/www/gallery/pkg-message @@ -2,11 +2,11 @@ Please consider adding the following 3 lines to your httpd.conf - <Directory /usr/local/www/data/gallery> + <Directory %%PREFIX%%/%%GALLERYDIR%%> AllowOverride Options FileInfo </Directory> - Then restart apache: 'apachectl restart' + Then restart apache: 'apachectl graceful' ***************************************************************** |