- bump all PKGNAME-* after last change

no cookie for me...

noticed by steven@
This commit is contained in:
ajacoutot 2007-05-01 13:34:36 +00:00
parent 5ba4e4fd59
commit 7096598930

View File

@ -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