diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
commit | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /sysutils | |
parent | 5b8c84523400f851d2f2717a10ed05da02e780ee (diff) | |
download | pkgsrc-2f9e9722bf7889f16fdc73d5f52104bad8b67cda.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gtop/Makefile | 3 | ||||
-rw-r--r-- | sysutils/mc/Makefile.common | 3 | ||||
-rw-r--r-- | sysutils/pv/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xcdroast/Makefile | 11 |
5 files changed, 14 insertions, 9 deletions
diff --git a/sysutils/gnome-vfs2/Makefile b/sysutils/gnome-vfs2/Makefile index 5ceaaff7839..1b9db2ec60c 100644 --- a/sysutils/gnome-vfs2/Makefile +++ b/sysutils/gnome-vfs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/01/03 15:27:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/10 07:51:35 cjep Exp $ # DISTNAME= gnome-vfs-2.0.4 @@ -17,6 +17,7 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_GMAKE= YES USE_GNU_GETTEXT= YES diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index cf98e5c6da7..e8d279be190 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/12/24 06:10:25 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2003/01/10 07:51:59 cjep Exp $ DISTNAME= gtop-1.0.13 PKGREVISION= 2 @@ -13,6 +13,7 @@ BUILD_USES_MSGFMT= YES OSVERSION_SPECIFIC= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_GMAKE= YES USE_X11BASE= YES USE_LIBTOOL= YES diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common index 1c7f309b1dc..c61d685c556 100644 --- a/sysutils/mc/Makefile.common +++ b/sysutils/mc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2002/10/23 10:38:37 bouyer Exp $ +# $NetBSD: Makefile.common,v 1.18 2003/01/10 07:52:18 cjep Exp $ DISTNAME= mc-4.5.51 CATEGORIES+= sysutils @@ -15,6 +15,7 @@ DISTINFO_FILE= ${.CURDIR}/../../sysutils/mc/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/mc/patches USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_GMAKE= yes GNU_CONFIGURE= # defined diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 6747a846baf..c866188778f 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/04 11:56:35 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/10 07:52:38 cjep Exp $ # DISTNAME= pv-0.4.0 @@ -13,6 +13,7 @@ BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes INFO_FILES= pv.info diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index e77958f1c0d..3e098139de2 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/12/03 11:14:01 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2003/01/10 07:53:08 cjep Exp $ DISTNAME= xcdroast-0.98alpha11 PKGNAME= xcdroast-0.98a11 @@ -13,10 +13,11 @@ DEPENDS+= cdrecord-xcdroast098a11-[0-9]*:../../sysutils/cdrecord-xcdroast .include "../../mk/bsd.prefs.mk" -USE_BUILDLINK2= YES -USE_X11= YES -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES +USE_X11= YES +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .if ${_OPSYS_HAS_OSSAUDIO} == "yes" CFLAGS+= -DHAVE_OSS |