[47749] trunk/dports/sysutils/sfind/Portfile

blb at macports.org blb at macports.org
Wed Mar 4 19:46:09 PST 2009


Revision: 47749
          http://trac.macports.org/changeset/47749
Author:   blb at macports.org
Date:     2009-03-04 19:46:08 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
sysutils/sfind - whitespace changes

Modified Paths:
--------------
    trunk/dports/sysutils/sfind/Portfile

Modified: trunk/dports/sysutils/sfind/Portfile
===================================================================
--- trunk/dports/sysutils/sfind/Portfile	2009-03-05 03:25:52 UTC (rev 47748)
+++ trunk/dports/sysutils/sfind/Portfile	2009-03-05 03:46:08 UTC (rev 47749)
@@ -1,33 +1,35 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
+name                sfind
+version             1.0
+revision            1
+categories          sysutils
+maintainers         nomaintainer
+description         POSIX.1-2001 compliant implementation of find
+long_description \
+   sfind is a highly portable and fully POSIX.1-2001 compliant \
+   implementation of the "find" utility.
 
-name			sfind
-version			1.0
-revision		1
-categories		sysutils
-platforms		darwin
-maintainers		nomaintainer
-description		POSIX.1-2001 compliant implementation of find
-long_description	sfind is a highly portable and fully POSIX.1-2001 \
-					compliant implementation of the "find" utility.
+platforms           darwin
 
-homepage		http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
-master_sites	ftp://ftp.berlios.de/pub/sfind/
-checksums		md5 8b882378d2b49d2aee4f6903070d6845
-use_bzip2		yes
+homepage            http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
+master_sites        ftp://ftp.berlios.de/pub/sfind/
+use_bzip2           yes
 
-use_configure	no
+checksums           md5 8b882378d2b49d2aee4f6903070d6845
 
-build.type		gnu
+use_configure       no
+
+build.type          gnu
 build.target
 
-destroot.destdir	INS_BASE=${destroot}${prefix} \
-					MANDIR=share/man \
-					INSUSR=`id -u` INSGRP=`id -g`
+destroot.destdir    INS_BASE=${destroot}${prefix} \
+                    MANDIR=share/man \
+                    INSUSR=`id -u` INSGRP=`id -g`
+post-destroot {
+   file delete -force ${destroot}${prefix}/lib \
+      ${destroot}${prefix}/include \
+      ${destroot}${prefix}/share/man/man5
+}
 
-post-destroot	{
-	file delete -force ${destroot}${prefix}/lib \
-		${destroot}${prefix}/include \
-		${destroot}${prefix}/share/man/man5
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090304/52210658/attachment.html>


More information about the macports-changes mailing list