diff options
author | wiz <wiz> | 2006-03-14 23:58:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-03-14 23:58:19 +0000 |
commit | 80f752aa662045734de8303cc2b34696f2c0a146 (patch) | |
tree | bbd875b432d21b49670abf41367d389432bbfd75 /misc/koffice-i18n-tg/Makefile | |
parent | df52a8cf16e9085a17e2b09e38e949f0f13b78e4 (diff) | |
download | pkgsrc-80f752aa662045734de8303cc2b34696f2c0a146.tar.gz |
Set USE_PKGLOCALEDIR.
Diffstat (limited to 'misc/koffice-i18n-tg/Makefile')
-rw-r--r-- | misc/koffice-i18n-tg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/koffice-i18n-tg/Makefile b/misc/koffice-i18n-tg/Makefile index 58a4abb26de..e8b920f3d0c 100644 --- a/misc/koffice-i18n-tg/Makefile +++ b/misc/koffice-i18n-tg/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:20 wiz Exp $ DISTNAME= koffice-i18n-tg-1.3.5 PKGREVISION= 5 @@ -13,4 +13,6 @@ COMMENT= Tajik language pack for KOffice GNU_CONFIGURE= YES USE_TOOLS+= gmake +USE_PKGLOCALEDIR= YES + .include "../../mk/bsd.pkg.mk" |