Changeset 14525 for trunk/dports


Ignore:
Timestamp:
Oct 10, 2005, 10:00:45 AM (19 years ago)
Author:
mww
Message:

Bug: #802
Requested by: charlie@…
Submitted by: mww@

add startup-item

File:
1 edited

Legend:

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

    r14070 r14525  
    1 # $Id: Portfile,v 1.7 2005/09/13 06:57:50 olegb Exp $
     1# $Id: Portfile,v 1.8 2005/10/10 10:00:45 mww Exp $
    22
    33PortSystem 1.0
    44name            upclient
    5 revision        1
     5revision        2
    66version         5.0b8
    77categories      net
     
    1919                        destdir=${destroot} \
    2020                        mandir=${prefix}/share/man
    21 post-extract    { reinplace "s|uptimes.wonko.com|uptimes.hostingwired.com|g" ${worksrcpath}/Makefile }
     21post-extract {
     22        cd ${worksrcpath}
     23        reinplace "s|uptimes.wonko.com|uptimes.hostingwired.com|g" Makefile
     24}
     25startupitem.create      yes
     26startupitem.start       ${prefix}/sbin/upclient
     27startupitem.stop        "/bin/kill \$(cat ${prefix}/var/run/upclient.pid)"
     28
Note: See TracChangeset for help on using the changeset viewer.