From 73b699814bc9cd0f7e42df0c47fd439a2cd5224d Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 28 Dec 2009 09:23:10 +0000 Subject: [PATCH] - when -main is bumped, bump -plugins too. --- mail/evolution/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index ee8b3a390cb..8255aca5ca6 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.93 2009/12/21 22:20:12 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.94 2009/12/28 09:23:10 jasper Exp $ COMMENT-main= integrated email and PIM software for GNOME COMMENT-plugins= additionnal plugins for evolution @@ -17,7 +17,7 @@ SUBST_VARS= R # -plugins depends on the exact version of -main, so whenever -main is # bumped, -plugins needs a bump too PKGNAME-main= ${DISTNAME}p0 -PKGNAME-plugins= evolution-plugins-${GNOME_VERSION} +PKGNAME-plugins= evolution-plugins-${GNOME_VERSION}p0 CATEGORIES= mail