From 0f4848d6163763484d5e5277b0678be92d6798e6 Mon Sep 17 00:00:00 2001
From: jlam <jlam@pkgsrc.org>
Date: Thu, 21 Jun 2007 15:52:15 +0000
Subject: Move elinks's own special locale, locale.alias, and charset.alias
 files into its own directory under ${PREFIX}/share/elinks/locale. This avoids
 any potential conflicts between these specially hacked files installed for
 elinks and the system-wide ones owned by gettext-lib and libiconv.

This fixes the installation conflict noted in the latest bulk build.
Bump PKGREVISION to 1.
---
 www/elinks/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'www/elinks/Makefile')

diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index f7c6541ffae..2449e86c150 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2006/12/23 10:18:39 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2007/06/21 15:52:15 jlam Exp $
 
 DISTNAME=		elinks-0.11.2
+PKGREVISION=		1
 CATEGORIES=		www
 MASTER_SITES=		http://elinks.or.cz/download/
 EXTRACT_SUFX=		.tar.bz2
@@ -13,9 +14,9 @@ GNU_CONFIGURE=		yes
 USE_PKGLOCALEDIR=	yes
 USE_TOOLS+=		gmake
 
+CONFIGURE_ARGS+=	--datadir=${PREFIX}/share/${PKGBASE}
 CONFIGURE_ARGS+=	--without-x
 CONFIGURE_ARGS+=	--enable-256-colors
-CONFIGURE_ENV+=		PKGLOCALEDIR=${PKGLOCALEDIR:Q}
 
 .include "options.mk"
 
-- 
cgit v1.2.3