diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-14 23:58:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-14 23:58:19 +0000 |
commit | 0c02765e24e7467050849d60bdef768397642403 (patch) | |
tree | bbd875b432d21b49670abf41367d389432bbfd75 /misc/koffice-i18n-br | |
parent | 93caf3307f18650e4e4bccbb2e1ada16471b61f9 (diff) | |
download | pkgsrc-0c02765e24e7467050849d60bdef768397642403.tar.gz |
Set USE_PKGLOCALEDIR.
Diffstat (limited to 'misc/koffice-i18n-br')
-rw-r--r-- | misc/koffice-i18n-br/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/koffice-i18n-br/Makefile b/misc/koffice-i18n-br/Makefile index 066dac32454..c5e8bb0399f 100644 --- a/misc/koffice-i18n-br/Makefile +++ b/misc/koffice-i18n-br/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/14 23:55:18 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/14 23:58:19 wiz Exp $ DISTNAME= koffice-i18n-br-1.3.5 PKGREVISION= 5 @@ -13,4 +13,6 @@ COMMENT= Breton language pack for KOffice GNU_CONFIGURE= YES USE_TOOLS+= gmake +USE_PKGLOCALEDIR= YES + .include "../../mk/bsd.pkg.mk" |