[40792] trunk/dports/net/nslint/Portfile

blb at macports.org blb at macports.org
Tue Oct 14 18:51:43 PDT 2008


Revision: 40792
          http://trac.macports.org/changeset/40792
Author:   blb at macports.org
Date:     2008-10-14 18:51:42 -0700 (Tue, 14 Oct 2008)
Log Message:
-----------
Fix whitespace

Modified Paths:
--------------
    trunk/dports/net/nslint/Portfile

Modified: trunk/dports/net/nslint/Portfile
===================================================================
--- trunk/dports/net/nslint/Portfile	2008-10-15 01:41:01 UTC (rev 40791)
+++ trunk/dports/net/nslint/Portfile	2008-10-15 01:51:42 UTC (rev 40792)
@@ -1,30 +1,30 @@
 # $Id$
 
-PortSystem		1.0
-name			nslint
-version			2.1a8
-categories		net
-maintainers		blb
-description		Lint program for dns files
+PortSystem          1.0
+name                nslint
+version             2.1a8
+categories          net
+maintainers         blb
+description         Lint program for dns files
+long_description    ${description}
 
-long_description	${description}
+platforms           darwin sunos
 
-platforms		darwin sunos
+master_sites        ftp://ftp.ee.lbl.gov/ \
+                    ftp://ftp.ee.lbl.gov/old/
 
-master_sites	ftp://ftp.ee.lbl.gov/ \
-				ftp://ftp.ee.lbl.gov/old/
-checksums		md5 46180a9db577e421ad591ffb9c422f52 \
-				sha1 6b7ac4fc31c154787ff978c41e103d17fc98600b \
-				rmd160 95a99426aec632f7ec5227c0397e65aabd0fab3b
+checksums           md5 46180a9db577e421ad591ffb9c422f52 \
+                    sha1 6b7ac4fc31c154787ff978c41e103d17fc98600b \
+                    rmd160 95a99426aec632f7ec5227c0397e65aabd0fab3b
 
 # Many files are read-only...
 post-extract {
-	system "chmod -R u+w ${worksrcpath}/"
+   system "chmod -R u+w ${worksrcpath}/"
 }
 
-patchfiles		patch-Makefile.in
+patchfiles          patch-Makefile.in
 
-build.target	
+build.target
 
-destroot.target	install install-man
+destroot.target     install install-man
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081014/b62306f4/attachment.html 


More information about the macports-changes mailing list