diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:38:27 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:38:27 +0000 |
commit | 50742b9413ddec40aa2ca1414461c06bc9020089 (patch) | |
tree | ee287e902f2594ed60e064504ba4d82388a6a0f4 /finance | |
parent | 9f6f29ed4c88c912af412254828758df41aaba81 (diff) | |
download | pkgsrc-50742b9413ddec40aa2ca1414461c06bc9020089.tar.gz |
Fix PKGLOCALEDIR usage
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnofin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index 59529b185e9..1fcb018cbd4 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/11/30 23:44:11 salo Exp $ +# $NetBSD: Makefile,v 1.13 2003/01/10 07:38:27 cjep Exp $ # DISTNAME= gnofin-0.8.4 @@ -13,7 +13,7 @@ COMMENT= Personal checking/savings account management program BUILD_USES_MSGFMT= yes USE_BUILDLINK2= yes -USE_PKGLOCALEDI= yes +USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes |