Changeset 98798


Ignore:
Timestamp:
Oct 16, 2012, 1:58:07 PM (12 years ago)
Author:
snc@…
Message:

ddclient: create cache dir and use it, #22652

Location:
trunk/dports/net/ddclient
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/ddclient/Portfile

    r84550 r98798  
    66name                ddclient
    77version             3.8.1
    8 revision            1
     8revision            2
    99platforms           darwin
    1010categories          net
     
    2424depends_run         port:perl5.12
    2525
     26patchfiles          patch-ddclient.diff
     27post-patch {
     28    reinplace s|@@PREFIX@@|${prefix}|g ${worksrcpath}/ddclient
     29}
     30
    2631configure   {
    2732        reinplace "s|\[\r\]$||" ${worksrcpath}/${name}
    2833        reinplace "s|^#!.*/perl.*$|#!${prefix}/bin/perl5.12|" ${worksrcpath}/${name}
    29         reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/${name}
    3034}
    3135
Note: See TracChangeset for help on using the changeset viewer.