Changeset 118233 for trunk/dports


Ignore:
Timestamp:
Mar 26, 2014, 8:29:14 PM (10 years ago)
Author:
and.damore@…
Message:

port luash: change whitespaces, nomaintainer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/shells/luash/Portfile

    r118232 r118233  
    2222
    2323use_bzip2               yes
     24
    2425# patch for luash.lua addresses a change in API for os.execute() in 5.2
    2526# remove it if a lua51 port is introduced and used to compile luash
     
    2829                        patch-luash_lua.diff
    2930
    30 
    3131use_configure           no
    3232universal_variant       yes
    33 
    3433
    3534depends_lib             port:lua \
     
    4443destroot.destdir        PREFIX=${destroot}${prefix}
    4544
    46 
    4745post-destroot {
    4846    xinstall -d -m 755 ${destroot}$prefix/share/doc/${name}
    4947    xinstall    -m 644 -W ${worksrcpath} COPYING README ${destroot}$prefix/share/doc/${name}
    5048}
     49
Note: See TracChangeset for help on using the changeset viewer.