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

ryandesign at macports.org ryandesign at macports.org
Tue Jun 12 18:41:13 PDT 2012


Revision: 94235
          https://trac.macports.org/changeset/94235
Author:   ryandesign at macports.org
Date:     2012-06-12 18:41:13 -0700 (Tue, 12 Jun 2012)
Log Message:
-----------
sfind: adjust whitespace, add modeline

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

Modified: trunk/dports/sysutils/sfind/Portfile
===================================================================
--- trunk/dports/sysutils/sfind/Portfile	2012-06-13 01:34:37 UTC (rev 94234)
+++ trunk/dports/sysutils/sfind/Portfile	2012-06-13 01:41:13 UTC (rev 94235)
@@ -1,16 +1,18 @@
+# -*- 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
+
 name                sfind
 version             1.2
 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
+long_description    sfind is a highly portable and fully POSIX.1-2001 \
+                    compliant implementation of the "find" utility.
 
 homepage            http://developer.berlios.de/projects/sfind/
 master_sites        ftp://ftp.berlios.de/pub/sfind/
@@ -32,9 +34,9 @@
 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
+    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/20120612/3f845fa1/attachment.html>


More information about the macports-changes mailing list