aboutsummaryrefslogtreecommitdiff
path: root/www/gallery2
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-03 03:25:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-03 03:25:25 +0000
commit7b8c2bbf810301c1796611e409e50ac3678ee6d0 (patch)
tree087d45818a49a6869a2224ec30c943555c72a6ce /www/gallery2
parent53d4bbec5b7cd0e79c925fa552901a710de6f099 (diff)
downloadports-7b8c2bbf810301c1796611e409e50ac3678ee6d0.tar.gz
ports-7b8c2bbf810301c1796611e409e50ac3678ee6d0.zip
Wrong dir in pkg-message
The wrong gallerydir is echoed in pkg-message (obviously a copy from gallery 1) PR: ports/89867 Submitted by: Melvyn Sopacua <melvyn@melvyn.homeunix.org>
Notes
Notes: svn path=/head/; revision=150278
Diffstat (limited to 'www/gallery2')
-rw-r--r--www/gallery2/pkg-message4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery2/pkg-message b/www/gallery2/pkg-message
index 4cbd916dd98f..7889aab1ae31 100644
--- a/www/gallery2/pkg-message
+++ b/www/gallery2/pkg-message
@@ -16,12 +16,12 @@ If you are using MySQL, here's the short version of the instructions:
You will also need to configure Apache. Consider adding the following
to your httpd.conf:
- <Directory %%PREFIX%%/%%GALLERYDIR%%>
+ <Directory %%PREFIX%%/%%GALLERY2DIR%%>
AllowOverride Options FileInfo
</Directory>
Then restart Apache: 'apachectl graceful'
-Please visit 'http://{host.domain}/%%GALLERYDIR%%/' in a
+Please visit 'http://{host.domain}/%%GALLERY2DIR%%/' in a
web-browser and follow the configuration instructions.
*****************************************************************