[40932] trunk/dports/devel/slib/Portfile

raimue at macports.org raimue at macports.org
Sat Oct 18 10:12:42 PDT 2008


Revision: 40932
          http://trac.macports.org/changeset/40932
Author:   raimue at macports.org
Date:     2008-10-18 10:12:42 -0700 (Sat, 18 Oct 2008)
Log Message:
-----------
devel/slib:
Fix lint warnings

Modified Paths:
--------------
    trunk/dports/devel/slib/Portfile

Modified: trunk/dports/devel/slib/Portfile
===================================================================
--- trunk/dports/devel/slib/Portfile	2008-10-18 17:11:15 UTC (rev 40931)
+++ trunk/dports/devel/slib/Portfile	2008-10-18 17:12:42 UTC (rev 40932)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+
 name                slib
 version             3b1
 categories          devel lang scheme
+platforms           darwin
 maintainers         nomaintainer
 description         A portable scheme library
 long_description    SLIB is a portable library for the programming \
@@ -16,14 +18,14 @@
                     implementation, user, or directory.
 homepage            http://www.swiss.ai.mit.edu/~jaffer/SLIB.html
 master_sites        http://groups.csail.mit.edu/mac/ftpdir/scm/ \
-		    macports:slib
+                    macports:slib
 distfiles           ${name}-${version}.zip
 use_zip             yes
 checksums           sha1 e3342e4cb1e728bb3133449654b10b538ed8b043
 worksrcdir          ${name}
 patchfiles          patch-Makefile
 use_configure       no
-build.target        
+build.target
 destroot.target     install installinfoz
 destroot.destdir    prefix=${destroot}${prefix}/ realprefix=${prefix}/ \
                     mandir=${destroot}${prefix}/share/man/ \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081018/ae5952aa/attachment.html 


More information about the macports-changes mailing list