summaryrefslogtreecommitdiff
path: root/net/phamm/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/phamm/files/pkg-message.in')
-rw-r--r--net/phamm/files/pkg-message.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/phamm/files/pkg-message.in b/net/phamm/files/pkg-message.in
deleted file mode 100644
index 0545df8d1781..000000000000
--- a/net/phamm/files/pkg-message.in
+++ /dev/null
@@ -1,26 +0,0 @@
-[
-{ type: install
- message: <<EOM
-%%PKGNAME%% has been installed into:
-
- %%PREFIX%%/%%PHAMMDIR%%
-
-Please edit config.php to suit your needs.
-
-To make phamm available through your web site,
-I suggest that you add the following to httpd.conf:
-
- Alias /phamm/ "%%PREFIX%%/%%PHAMMDIR%%"
-
- <Directory "%%PREFIX%%/%%PHAMMDIR%%">
- AllowOverride None
- Options None
- Order allow,deny
- Allow from all
- <IfModule mod_dir.c>
- DirectoryIndex index.php
- </IfModule>
- </Directory>
-EOM
-}
-]