most recent changes, diff for clex

Index: sysutils/clex/Portfile
--- sysutils/clex/Portfile (revision 38621)
+++ sysutils/clex/Portfile (revision 38622)
@@ -1,13 +1,15 @@
# $Id$

-PortSystem 1.0
+PortSystem 1.0

-name clex
-version 3.18
-categories sysutils
-platforms darwin
-maintainers ryandesign openmaintainer
-description file manager with curses interface
+name clex
+version 3.18
+categories sysutils
+platforms darwin
+maintainers ryandesign openmaintainer
+
+description file manager with curses interface
+
long_description \
CLEX is a file manager with a full-screen user interface. It \
displays directory contents including the file status details and \
@@ -15,13 +17,17 @@
completion in order to help users to create commands to be executed \
by the shell.

-homepage http://www.clex.sk/
-master_sites ${homepage}download/
-checksums md5 5547890e8cb873eab85894775e8e2d21 \
- sha1 f6497d7669fd6e4a7d0a57437632c5ad451ecfc6 \
- rmd160 187ccae2ecdba57f45b58024ced6f51c652af69a
-configure.args --mandir=${prefix}/share/man
-depends_lib port:ncurses
+homepage http://www.clex.sk/
+master_sites ${homepage}download/
+
+checksums md5 5547890e8cb873eab85894775e8e2d21 \
+ sha1 f6497d7669fd6e4a7d0a57437632c5ad451ecfc6 \
+ rmd160 187ccae2ecdba57f45b58024ced6f51c652af69a
+
+configure.args --mandir=${prefix}/share/man
+depends_lib port:ncurses
+
use_parallel_build yes
-test.run yes
-test.target check
+
+test.run yes
+test.target check