Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Nov 2003 04:08:32 +0100
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        NAKATA Maho <maho@FreeBSD.org>
Cc:        Kris Kennaway <kris@rtp.FreeBSD.org>
Subject:   Re: INDEX build failed
Message-ID:  <3FADAFB0.50808@fillmore-labs.com>
In-Reply-To: <200311090238.hA92cuvD001166@8ball.rtp.freebsd.org>
References:  <200311090238.hA92cuvD001166@8ball.rtp.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote:

> INDEX build failed with errors:
> Warning: Duplicate INDEX entry: openoffice-1.1.0_1
> 
> Most recent CVS update was:

[...]

> U editors/openoffice-1.1-ca/Makefile

has:

LANG_PKGNAME=   ca
#LANG_EXT=
LANG_CONFIGURE_ARG=     CAT
MASTERDIR=      ${.CURDIR}/../openoffice-1.1

.include "${MASTERDIR}/Makefile"

and editors/openoffice-1.1/Makefile has:

.if !defined(LANG_EXT)
LANG_EXT=01
.else
[...]
#
# Set prefix and suffix
#
.if defined(LANG_PKGNAME)
PKGNAMEPREFIX=  ${LANG_PKGNAME}-
.if defined(LANG_SUFFIX)
PKGNAMESUFFIX=  -${LANG_SUFFIX}
.endif
.endif # if defined(LANG_PKGNAME)
       	 ^^^^^^^^^^^^^^^^^^^^^^^^
         this matches the if !defined(LANG_EXT)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FADAFB0.50808>