Modified: trunk/dports/textproc/unsort/Portfile (74459 => 74460)
--- trunk/dports/textproc/unsort/Portfile 2010-12-18 05:07:08 UTC (rev 74459)
+++ trunk/dports/textproc/unsort/Portfile 2010-12-18 05:09:21 UTC (rev 74460)
@@ -1,21 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name unsort
-version 0.5
-categories textproc
-platforms darwin
-maintainers nomaintainer
-description randomize the lines from a textfile
-long_description ${description}
+name unsort
+version 0.5
+categories textproc
+platforms darwin
+maintainers nomaintainer
-homepage http://www.vanheusden.com/unsort/
-master_sites ${homepage}
-extract.suffix .tgz
-checksums md5 7e0002f391288756536a890ad8f05292
-patchfiles patch-Makefile
+description randomize the lines from a textfile
+long_description ${description}
-configure {
- reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile
+homepage http://www.vanheusden.com/unsort/
+master_sites ${homepage}
+
+extract.suffix .tgz
+
+checksums md5 7e0002f391288756536a890ad8f05292
+
+patchfiles patch-Makefile
+
+configure {
+ reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile
}