PREFIX -> TRUEPREFIX; bump REVISION; ok aja@ sthen@

This commit is contained in:
gsoares 2011-05-19 20:01:27 +00:00
parent 2ce9cae689
commit 3dc482cae2
3 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.47 2011/05/02 21:19:13 sthen Exp $
# $OpenBSD: Makefile,v 1.48 2011/05/19 20:01:27 gsoares Exp $
COMMENT-main= active monitoring tool
V= 2.83
REVISION= 0
DISTNAME= symon-${V}
WRKDIST= ${WRKDIR}/symon
PKGNAME-main= ${DISTNAME}

View File

@ -1,8 +1,8 @@
#!/bin/sh
#
# $OpenBSD: symon.rc,v 1.1 2011/03/02 07:13:13 ajacoutot Exp $
# $OpenBSD: symon.rc,v 1.2 2011/05/19 20:01:27 gsoares Exp $
daemon="${PREFIX}/libexec/symon"
daemon="${TRUEPREFIX}/libexec/symon"
. /etc/rc.d/rc.subr

View File

@ -1,8 +1,8 @@
#!/bin/sh
#
# $OpenBSD: symux.rc,v 1.1 2011/03/02 07:13:13 ajacoutot Exp $
# $OpenBSD: symux.rc,v 1.2 2011/05/19 20:01:27 gsoares Exp $
daemon="${PREFIX}/libexec/symux"
daemon="${TRUEPREFIX}/libexec/symux"
. /etc/rc.d/rc.subr