summaryrefslogtreecommitdiff
path: root/devel/gitphp/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gitphp/files/pkg-message.in')
-rw-r--r--devel/gitphp/files/pkg-message.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/gitphp/files/pkg-message.in b/devel/gitphp/files/pkg-message.in
deleted file mode 100644
index eff9c2bedcb7..000000000000
--- a/devel/gitphp/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-[
-{ type: install
- message: <<EOM
-You will also need to configure Apache. Consider adding the following to
-your httpd.conf:
-
- Alias /gitphp/ "%%WWWDIR%%/"
-
- <Directory "%%WWWDIR%%">
- AllowOverride all
- Allow from all
- </Directory>
-
-Then restart Apache: 'apachectl graceful'
-
-Then visit 'http://localhost/gitphp/' in a web-browser and follow the
-configuration instructions.
-EOM
-}
-]