aboutsummaryrefslogtreecommitdiff
path: root/www/codeigniter
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 11:09:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 11:09:14 +0000
commite87a8bd319cefd3a75d9d061fe9ac6bad980b0db (patch)
treee9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /www/codeigniter
parent867a3ba355276083619d6e050ed5885ecfc04d75 (diff)
downloadports-e87a8bd319cefd3a75d9d061fe9ac6bad980b0db.tar.gz
ports-e87a8bd319cefd3a75d9d061fe9ac6bad980b0db.zip
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415503
Diffstat (limited to 'www/codeigniter')
-rw-r--r--www/codeigniter/files/pkg-message-apache.in2
-rw-r--r--www/codeigniter/files/pkg-message-noapache.in2
-rw-r--r--www/codeigniter/files/pkg-message.in4
3 files changed, 4 insertions, 4 deletions
diff --git a/www/codeigniter/files/pkg-message-apache.in b/www/codeigniter/files/pkg-message-apache.in
index 800f3358b738..dc7de006ffb6 100644
--- a/www/codeigniter/files/pkg-message-apache.in
+++ b/www/codeigniter/files/pkg-message-apache.in
@@ -16,7 +16,7 @@ Optional post-installation instructions include:
- Other user-configurable files include:
%%WWWDIR%%/index.php
- Any file located in %%WWWDIR%%/application/config
+ Any file located in %%WWWDIR%%/application/config
- If you are upgrading from a prior release, please visit:
http://codeigniter.com/user_guide/installation/upgrading.html
diff --git a/www/codeigniter/files/pkg-message-noapache.in b/www/codeigniter/files/pkg-message-noapache.in
index e1e63d89e1bf..038b5e1424e2 100644
--- a/www/codeigniter/files/pkg-message-noapache.in
+++ b/www/codeigniter/files/pkg-message-noapache.in
@@ -13,7 +13,7 @@ Optional post-installation instructions include:
- Other user-configurable files include:
%%WWWDIR%%/index.php
- Any file located in %%WWWDIR%%/application/config
+ Any file located in %%WWWDIR%%/application/config
- If you are upgrading from a prior release, please visit:
http://codeigniter.com/user_guide/installation/upgrading.html
diff --git a/www/codeigniter/files/pkg-message.in b/www/codeigniter/files/pkg-message.in
index 13e3229a4b7b..bb7de32a5712 100644
--- a/www/codeigniter/files/pkg-message.in
+++ b/www/codeigniter/files/pkg-message.in
@@ -6,13 +6,13 @@ Note that you should restart your web server to ensure that
the CodeIgniter configuration file is loaded.
To use CodeIgniter:
-- Copy %%WWWDIR%%/index.php.sample as index.php to the root
+- Copy %%WWWDIR%%/index.php.sample as index.php to the root
of your project directory.
- Copy the %%WWWDIR%%/application/config/ directory.
Edit files, especially base URL in config.php.
- If you intend to use a database, copy and edit the
%%WWWDIR%%/application/config/database.php too.
-- For more information please check
+- For more information please check
http://codeigniter.com/user_guide/installation/index.html
- If you are upgrading from a prior release, please visit: