From 709659893094f56649a1a3cd58023fe70bb31bba Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 1 May 2007 13:34:36 +0000 Subject: [PATCH] - bump all PKGNAME-* after last change no cookie for me... noticed by steven@ --- mail/thunderbird-i18n/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 4305b75d767..205501fce95 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2007/05/01 12:43:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2007/05/01 13:34:36 ajacoutot Exp $ PKG_ARCH= * @@ -6,7 +6,7 @@ COMMENT-main= "${MAINLANG} language pack for Thunderbird" V= 2.0.0.0 NAME= thunderbird-i18n PKGNAME= ${NAME}-${MAINLANG}-${V} -PKGNAME-main= ${NAME}-${MAINLANG}-${V} +PKGNAME-main= ${NAME}-${MAINLANG}-${V}p0 CATEGORIES= mail @@ -44,7 +44,7 @@ MULTI_PACKAGES= -main .for i in ${OTHERLANGS} MULTI_PACKAGES+=-$i DISTFILES+= $i.xpi -PKGNAME-$i= ${NAME}-$i-${V} +PKGNAME-$i= ${NAME}-$i-${V}p0 COMMENT-$i= $i language pack for Thunderbird LPACKDIR-$i= ${PREFIX}/mozilla-thunderbird/extensions/langpack-$i@thunderbird.mozilla.org .endfor