diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-21 15:52:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-21 15:52:15 +0000 |
commit | 0f4848d6163763484d5e5277b0678be92d6798e6 (patch) | |
tree | ef73731deef9f9a28d96c4d76d21c10bbebb3214 /www/elinks/Makefile | |
parent | 85aa4e487e556003e214908cdabf2f908da4a02a (diff) | |
download | pkgsrc-0f4848d6163763484d5e5277b0678be92d6798e6.tar.gz |
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.
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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" |