diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-29 04:54:08 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-29 04:54:08 +0000 |
commit | b908a4063e975489c34610b3f6b045fa6ff7c3cc (patch) | |
tree | 5e9eeaed082247d0cee9fd21ac7d8a756e29786b | |
parent | d0af5ffc9a55dc161b43a11030713239e4f6fd8b (diff) | |
download | pkgsrc-b908a4063e975489c34610b3f6b045fa6ff7c3cc.tar.gz |
Set USE_PKGLOCALEDIR to yes
-rw-r--r-- | net/wol/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 3 | ||||
-rw-r--r-- | textproc/namazu2/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index 7acc94ce682..cfaa0f8a5f0 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/04 18:16:47 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/29 04:54:08 cjep Exp $ # DISTNAME= wol-0.6.0 @@ -13,6 +13,7 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_GNU_GETTEXT= YES +USE_PKGLOCALEDIR= YES .include "../../converters/libiconv/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index 3479c02645d..6f3d1eebc03 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/04/17 23:23:14 salo Exp $ +# $NetBSD: Makefile,v 1.28 2003/04/29 04:54:08 cjep Exp $ DISTNAME= gnome-vfs-1.0.5 PKGREVISION= 1 @@ -13,6 +13,7 @@ BUILD_USES_MSGFMT= YES BUILDLINK_DEPENDS.gnome-mime-data= gnome-mime-data>=2.0.1 USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GMAKE= YES GNU_CONFIGURE= YES diff --git a/textproc/namazu2/Makefile b/textproc/namazu2/Makefile index d43103e8ae8..d4b4e08a8cf 100644 --- a/textproc/namazu2/Makefile +++ b/textproc/namazu2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/02/17 15:28:03 dillo Exp $ +# $NetBSD: Makefile,v 1.7 2003/04/29 04:54:09 cjep Exp $ # FreeBSD Id: ports/japanese/namazu2/Makefile,v 1.16 2000/10/26 20:56:25 knu Exp DISTNAME= namazu-2.0.12 @@ -34,6 +34,7 @@ DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined USE_PERL5= # defined GNU_CONFIGURE= # defined USE_LIBTOOL= # defined |