From aaa800259e0f088cb4bab3966d11c529422217b8 Mon Sep 17 00:00:00 2001 From: bernd Date: Tue, 10 Jan 2006 18:17:36 +0000 Subject: [PATCH] Missing PKGNAME bump. Noticed by Okan Demirmen. --- sysutils/symon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index 7c6260484e3..7372f74c4ac 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2006/01/05 21:45:39 aanriot Exp $ +# $OpenBSD: Makefile,v 1.20 2006/01/10 18:17:36 bernd Exp $ COMMENT= "active monitoring tool" V= 2.72 @@ -30,7 +30,7 @@ COMMENT-mux= "symon data gatherer" MUX_LIBDEPENDS= rrd:rrdtool-*:net/rrdtool .for i in ${MULTI_PACKAGES} -FULLPKGNAME${i}= symon${i}-${V} +FULLPKGNAME${i}= symon${i}-${V}p0 .endfor .if defined(PACKAGING) && !empty(SUBPACKAGE)