aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-19 19:09:14 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-19 19:09:14 +0800
commit93637cc764dd0eadb39d4faf2311bc61d7b3e265 (patch)
treee9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /editors
parente9c317ffbac6a778828b3e70efdf887d9384e0c8 (diff)
downloadfreebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.gz
freebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.zst
freebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.zip
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Diffstat (limited to 'editors')
-rw-r--r--editors/lazarus/files/pkg-message.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/lazarus/files/pkg-message.in b/editors/lazarus/files/pkg-message.in
index 83851ddfb28..c9404b376f8 100644
--- a/editors/lazarus/files/pkg-message.in
+++ b/editors/lazarus/files/pkg-message.in
@@ -6,8 +6,8 @@ The Lazarus RAD was installed
# lazarus
-2) The first time that lazarus is running, you should set the path to fpc
- source directory at lazarus configuration environment. Also it could be
+2) The first time that lazarus is running, you should set the path to fpc
+ source directory at lazarus configuration environment. Also it could be
setting later.
3) You can obtain freepascal source code from:
@@ -19,16 +19,16 @@ The Lazarus RAD was installed
4) You can use %%LOCALBASE%%/bin/gdb debugger instead of gdb installed debugger
installed from base system. Lazarus works better with this version.
-5) The lazbuild.cfg file has been removed, it is not necessary anymore. Now
- we can use the following ports for aplications that depend of lazarus
- and these can be built with an interface different than lazarus has compiled
+5) The lazbuild.cfg file has been removed, it is not necessary anymore. Now
+ we can use the following ports for aplications that depend of lazarus
+ and these can be built with an interface different than lazarus has compiled
by default:
editors/lazarus-lcl-nogui
editors/lazarus-lcl-gtk2
editors/lazarus-lcl-qt
- You can added those ports if you want support for nogui, gtk2 or qt
+ You can added those ports if you want support for nogui, gtk2 or qt
interfaces. Please look at net-p2p/transmission-remote-gui like a example of
how use it