Changeset 77694 for trunk/dports


Ignore:
Timestamp:
Apr 9, 2011, 7:53:30 PM (13 years ago)
Author:
and.damore@…
Message:

port lua-coxpcall, whitespace change (detabbed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/lua-coxpcall/Portfile

    r77693 r77694  
    99description         Coroutine-safe xpcall and pcall versions
    1010long_description    Coxpcall encapsulates the protected calls with a coroutine based loop, \
    11                                         so errors can be dealed without the usual pcall/xpcall issues with \
    12                                         coroutines.
     11                    so errors can be dealed without the usual pcall/xpcall issues with \
     12                    coroutines.
    1313homepage            http://coxpcall.luaforge.net
    1414master_sites        http://luaforge.net/frs/download.php/3406/
     
    2222   reinplace "s|%%PREFIX%%|${prefix}|g" ${worksrcpath}/Makefile
    2323}
    24 configure.pre_args      lua
     24configure.pre_args  lua
    2525build               {}
    2626
Note: See TracChangeset for help on using the changeset viewer.