Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Requested by:	charlie@rubberduck.com
Submitted by:   mww@

add startup-item

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14525 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Oct 10, 2005
1 parent 7db8d2f commit 3b811b8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions net/upclient/Portfile
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.7 2005/09/13 06:57:50 olegb Exp $
# $Id: Portfile,v 1.8 2005/10/10 10:00:45 mww Exp $

PortSystem 1.0
name upclient
revision 1
revision 2
version 5.0b8
categories net
maintainers darwinports@opendarwin.org
Expand All @@ -18,4 +18,11 @@ build.target darwin prefix=${prefix}
destroot.destdir prefix=${prefix} \
destdir=${destroot} \
mandir=${prefix}/share/man
post-extract { reinplace "s|uptimes.wonko.com|uptimes.hostingwired.com|g" ${worksrcpath}/Makefile }
post-extract {
cd ${worksrcpath}
reinplace "s|uptimes.wonko.com|uptimes.hostingwired.com|g" Makefile
}
startupitem.create yes
startupitem.start ${prefix}/sbin/upclient
startupitem.stop "/bin/kill \$(cat ${prefix}/var/run/upclient.pid)"

0 comments on commit 3b811b8

Please sign in to comment.