diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
commit | 5b8c84523400f851d2f2717a10ed05da02e780ee (patch) | |
tree | 04bfa16bd303923f71ecfb8bc33adccd04f47544 /net | |
parent | 50742b9413ddec40aa2ca1414461c06bc9020089 (diff) | |
download | pkgsrc-5b8c84523400f851d2f2717a10ed05da02e780ee.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'net')
-rw-r--r-- | net/bug-buddy/Makefile | 3 | ||||
-rw-r--r-- | net/dc_gui/Makefile | 9 | ||||
-rw-r--r-- | net/ja-samba/Makefile | 3 | ||||
-rw-r--r-- | net/jwhois/Makefile | 3 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile index 6431b3e887a..633cc8e8f32 100644 --- a/net/bug-buddy/Makefile +++ b/net/bug-buddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/12/24 06:10:17 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/10 07:42:23 cjep Exp $ # DISTNAME= bug-buddy-2.2.0 @@ -15,6 +15,7 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_GMAKE= YES USE_X11= YES USE_LIBTOOL= YES diff --git a/net/dc_gui/Makefile b/net/dc_gui/Makefile index bdf3005b25a..66467a8ba38 100644 --- a/net/dc_gui/Makefile +++ b/net/dc_gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/12/17 19:14:42 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/01/10 07:42:51 cjep Exp $ # DISTNAME= dc_gui-0.66 @@ -11,10 +11,11 @@ COMMENT= graphical user interface for DCTC DEPENDS+= dctc>=0.83.9:../../net/dctc -GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --enable-manual-db-detect -USE_GMAKE= YES +USE_GMAKE= YES CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4 CPPFLAGS+= -DNO_PRINTF_LOCALE diff --git a/net/ja-samba/Makefile b/net/ja-samba/Makefile index a3007d761e8..4a7076c9822 100644 --- a/net/ja-samba/Makefile +++ b/net/ja-samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/09 00:00:21 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/01/10 07:43:31 cjep Exp $ DISTNAME= samba-${SAMBA_BASE_VERSION}-ja-${SAMBA_JA_VERSION} PKGNAME= ja-samba-${SAMBA_BASE_VERSION}.${SAMBA_JA_VERSION} @@ -21,6 +21,7 @@ USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= YES USE_GNU_READLINE= # uses rl_event_hook interface to GNU readline .include "../../mk/bsd.prefs.mk" diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 2be093a09b1..286591ba93e 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/08/25 21:49:59 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2003/01/10 07:43:57 cjep Exp $ # DISTNAME= jwhois-3.2.0 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/jwhois/ COMMENT= Configurable WHOIS client USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=/var/db |