[25651] trunk/dports/textproc/lv/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun May 27 09:27:50 PDT 2007


Revision: 25651
          http://trac.macosforge.org/projects/macports/changeset/25651
Author:   takanori at macports.org
Date:     2007-05-27 09:27:50 -0700 (Sun, 27 May 2007)

Log Message:
-----------
Untabify.

Modified Paths:
--------------
    trunk/dports/textproc/lv/Portfile

Modified: trunk/dports/textproc/lv/Portfile
===================================================================
--- trunk/dports/textproc/lv/Portfile	2007-05-27 16:27:25 UTC (rev 25650)
+++ trunk/dports/textproc/lv/Portfile	2007-05-27 16:27:50 UTC (rev 25651)
@@ -1,53 +1,55 @@
 # $Id$
 
-PortSystem        1.0
-name              lv
-version           4.51
-revision	  2
-categories        textproc
-maintainers       takanori at macports.org
-description       Powerful Multilingual File Viewer / Grep
-long_description  ${description}
-homepage          http://www.ff.iij4u.or.jp/~nrt/lv/index.html
-master_sites      http://www.ff.iij4u.or.jp/~nrt/freeware/
-platforms	  darwin
-distfiles         ${name}451.tar.gz
-checksums	  md5 85b70ae797f935741ec9a1cbe92f00e9 \
-		  sha1 1a70299c27aa317a436976a557853858db4dcb5f \
-		  rmd160 ae0d58b52dbf714f8b371f51ac87490ecba1c994
-depends_lib	  port:ncurses
-depends_run	  bin:bzcat:bzip2 bin:gzcat:gzip
+PortSystem      1.0
+name            lv
+version         4.51
+revision        2
+categories      textproc
+maintainers     takanori at macports.org
+description     Powerful Multilingual File Viewer / Grep
+long_description \
+                ${description}
+homepage        http://www.ff.iij4u.or.jp/~nrt/lv/index.html
+master_sites    http://www.ff.iij4u.or.jp/~nrt/freeware/
+platforms       darwin
+distfiles       ${name}451.tar.gz
+checksums       md5 85b70ae797f935741ec9a1cbe92f00e9 \
+                sha1 1a70299c27aa317a436976a557853858db4dcb5f \
+                rmd160 ae0d58b52dbf714f8b371f51ac87490ecba1c994
+depends_lib     port:ncurses
+depends_run     bin:bzcat:bzip2 \
+                bin:gzcat:gzip
 
-worksrcdir        ${name}451
-patchfiles	  patch-src_stream.c patch-src_configure
+worksrcdir      ${name}451
+patchfiles      patch-src_stream.c patch-src_configure
 
-configure.cflags-append  -I${prefix}/include/ncurses
-configure.dir	${worksrcpath}/build
-configure.cmd	../src/configure
+configure.cflags-append -I${prefix}/include/ncurses
+configure.dir   ${worksrcpath}/build
+configure.cmd   ../src/configure
 
-build.dir	${worksrcpath}/build
-build.target	
+build.dir       ${worksrcpath}/build
+build.target    
 
-pre-patch	{
-		if {[variant_isset lesslikeslash]} {
-			patchfiles-append lv451_lesslikeslash.patch
-		}
+pre-patch {
+    if {[variant_isset lesslikeslash]} {
+        patchfiles-append lv451_lesslikeslash.patch
+    }
 }
 
-destroot	{
-		xinstall -m 755 -d ${destroot}${prefix}/lib/lv
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/lib/lv
 
-		xinstall -m 755 ${worksrcpath}/build/lv ${destroot}${prefix}/bin
-		xinstall -m 755 ${worksrcpath}/build/lv ${destroot}${prefix}/bin/lgrep
-		xinstall -m 644 ${worksrcpath}/lv.hlp ${destroot}${prefix}/lib/lv
-		xinstall -m 644 ${worksrcpath}/lv.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 755 ${worksrcpath}/build/lv ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/build/lv ${destroot}${prefix}/bin/lgrep
+    xinstall -m 644 ${worksrcpath}/lv.hlp ${destroot}${prefix}/lib/lv
+    xinstall -m 644 ${worksrcpath}/lv.1 ${destroot}${prefix}/share/man/man1
 }
 
-post-destroot	{
-		xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-		foreach f {GPL.txt README hello* index.html relnote.html} {
-			eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}
-		}
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    foreach f {GPL.txt README hello* index.html relnote.html} {
+        eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}
+    }
 }
 
 variant lesslikeslash {}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070527/a5e015d5/attachment.html


More information about the macports-changes mailing list