Changeset 40508 for trunk/dports


Ignore:
Timestamp:
Oct 4, 2008, 9:29:11 PM (16 years ago)
Author:
jmr@…
Message:

rb-password: remove use of cd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/ruby/rb-password/Portfile

    r40229 r40508  
    2626patchfiles              patch-tc_password.rb.diff
    2727post-patch {
    28         cd ${worksrcpath}
    29         reinplace "s|^#!.*ruby|#!${ruby.bin}|" example/example.rb example/pwgen
    30         reinplace "s|/usr/local|${prefix}|g" extconf.rb
    31         reinplace "s|pw_dict|cracklib/&|g" extconf.rb
     28        reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${worksrcpath}/example/example.rb \
     29                        ${worksrcpath}/example/pwgen
     30        reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/extconf.rb
     31        reinplace "s|pw_dict|cracklib/&|g" ${worksrcpath}/extconf.rb
    3232}
    3333
Note: See TracChangeset for help on using the changeset viewer.