From 9ce572ddff0368ae3675f542e87ab0ed35e6bbb4 Mon Sep 17 00:00:00 2001 From: aanriot Date: Mon, 28 May 2007 14:47:54 +0000 Subject: [PATCH] pkg/MESSAGE has been removed, so also get ride of the MESSAGE= line in the Makefile. "looks good" todd@ --- textproc/mozilla-dicts/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/textproc/mozilla-dicts/Makefile b/textproc/mozilla-dicts/Makefile index f658027d14a..2f00e1ca0a5 100644 --- a/textproc/mozilla-dicts/Makefile +++ b/textproc/mozilla-dicts/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/05/27 13:47:55 martynas Exp $ +# $OpenBSD: Makefile,v 1.4 2007/05/28 14:47:54 aanriot Exp $ PKG_ARCH= * @@ -6,7 +6,7 @@ COMMENT-main= "${MAINLANG} dictionary for Mozilla" V= 1.0 NAME= mozilla-dicts PKGNAME= ${NAME}-${MAINLANG}-${V} -PKGNAME-main= ${NAME}-${MAINLANG}-${V}p1 +PKGNAME-main= ${NAME}-${MAINLANG}-${V}p2 CATEGORIES= textproc @@ -42,15 +42,12 @@ MULTI_PACKAGES= -main .for i in ${OTHERLANGS} MULTI_PACKAGES+=-$i DISTFILES+= $i.xpi -PKGNAME-$i= ${NAME}-$i-${V}p1 +PKGNAME-$i= ${NAME}-$i-${V}p2 COMMENT-$i= $i dictionary for Mozilla .endfor SUBST_VARS= MAINLANG -# use the same for all subpackages -MESSAGE= ${PKGDIR}/MESSAGE - do-extract: .for i in ${MAINLANG} ${OTHERLANGS} @${UNZIP} -oq ${FULLDISTDIR}/$i.xpi -d ${WRKDIR} *.aff