[32270] trunk/dports/editors/nvi/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 23 05:52:40 PST 2007


Revision: 32270
          http://trac.macosforge.org/projects/macports/changeset/32270
Author:   ryandesign at macports.org
Date:     2007-12-23 05:52:36 -0800 (Sun, 23 Dec 2007)

Log Message:
-----------
nvi: whitespace changes only

Modified Paths:
--------------
    trunk/dports/editors/nvi/Portfile

Modified: trunk/dports/editors/nvi/Portfile
===================================================================
--- trunk/dports/editors/nvi/Portfile	2007-12-23 13:50:00 UTC (rev 32269)
+++ trunk/dports/editors/nvi/Portfile	2007-12-23 13:52:36 UTC (rev 32270)
@@ -1,28 +1,40 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
+
 name            nvi
 version         1.81.6
 categories      editors
 maintainers     nomaintainer
 description     A vi/ex clone
-long_description	\
-	Nvi is an implementation of the ex/vi text editor originally \
-	distributed as part of the Fourth Berkeley Software Distribution \
-	(4BSD), by the University of California, Berkeley. 
+
+long_description \
+    Nvi is an implementation of the ex/vi text editor originally \
+    distributed as part of the Fourth Berkeley Software Distribution \
+    (4BSD), by the University of California, Berkeley.
+
 homepage        http://www.bostic.com/vi/
 platforms       darwin
-master_sites	http://www.kotnet.org/~skimo/nvi/devel/
+master_sites    http://www.kotnet.org/~skimo/nvi/devel/
 checksums       md5 88d1e23115ee9f2961186b62e55f5704
 use_bzip2       yes
-worksrcdir	${name}-${version}/dist
-depends_lib	port:db3
+worksrcdir      ${name}-${version}/dist
 
-patchfiles	patch-ex_script.c.diff
-configure.args	--program-prefix=n --with-db3=${prefix} --without-x \
-		--mandir=${prefix}/share/man
-configure.cppflags-append -I${prefix}/include/db3
+depends_lib \
+    port:db3
 
+patchfiles \
+    patch-ex_script.c.diff
+
+configure.args \
+    --program-prefix=n \
+    --with-db3=${prefix} \
+    --without-x \
+    --mandir=${prefix}/share/man
+
+configure.cppflags-append \
+    -I${prefix}/include/db3
+
 variant x11 {
     configure.args-delete --without-x
     configure.args-append --with-x

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


More information about the macports-changes mailing list