aboutsummaryrefslogtreecommitdiff
path: root/www/coppermine
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-08 19:45:53 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-08 19:45:53 +0000
commit0e7151c33447a87a436af0e89f55c06073be0761 (patch)
tree775ca4d370f34de3feeb5668674f8b53a1680fed /www/coppermine
parent12db75cd1ba5313b17f7282368b576958ffc89d8 (diff)
downloadports-0e7151c33447a87a436af0e89f55c06073be0761.tar.gz
ports-0e7151c33447a87a436af0e89f55c06073be0761.zip
- use SUB_FILES for pkg-message and drop pre-patch [1]
PR: ports/103023 Submitted by: Babak Farrokhi (maintainer), itetcu (me) [1]
Notes
Notes: svn path=/head/; revision=172588
Diffstat (limited to 'www/coppermine')
-rw-r--r--www/coppermine/files/pkg-message.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/coppermine/files/pkg-message.in b/www/coppermine/files/pkg-message.in
new file mode 100644
index 000000000000..50e5fe65110e
--- /dev/null
+++ b/www/coppermine/files/pkg-message.in
@@ -0,0 +1,18 @@
+****************************************************************
+The Coppermine Photo Gallery has been installed in the directory
+%%PREFIX%%/%%CPGDIR%%.
+
+You must add appropriate configuration directives to your
+apache configuration file (%%PREFIX%%/etc/apache/httpd.conf).
+A typical configuration would be:
+
+ Alias /coppermine/ "%%PREFIX%%/%%CPGDIR%%/"
+
+ <Directory "%%PREFIX%%/%%CPGDIR%%">
+ Options Indexes FollowSymlinks MultiViews
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+ </Directory>
+
+****************************************************************