diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-09-09 03:45:53 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-09-09 03:45:53 +0800 |
commit | 0212ba5dc696a2e3cb13773302115d4e1f400db3 (patch) | |
tree | 7a8b060a01654b16cd9fb2bc652047b36c7a9eb8 /www | |
parent | 049c0a13a113338a004ce1bc8fce45946ff98ce8 (diff) | |
download | freebsd-ports-gnome-0212ba5dc696a2e3cb13773302115d4e1f400db3.tar.gz freebsd-ports-gnome-0212ba5dc696a2e3cb13773302115d4e1f400db3.tar.zst freebsd-ports-gnome-0212ba5dc696a2e3cb13773302115d4e1f400db3.zip |
- use SUB_FILES for pkg-message and drop pre-patch [1]
PR: ports/103023
Submitted by: Babak Farrokhi (maintainer), itetcu (me) [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/coppermine/files/pkg-message.in | 18 |
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> + +**************************************************************** |