diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 23:44:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 23:44:10 +0000 |
commit | cec11ef3cdd5ec8e73453302715988e9d93b5c1b (patch) | |
tree | 49535eedf2612dc5cb52d9bb89f26908c1f3c667 /finance/gnofin | |
parent | 5a68637b247bc090ee92ff11ad956ebd4da61a0b (diff) | |
download | pkgsrc-cec11ef3cdd5ec8e73453302715988e9d93b5c1b.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'finance/gnofin')
-rw-r--r-- | finance/gnofin/Makefile | 13 | ||||
-rw-r--r-- | finance/gnofin/PLIST | 8 |
2 files changed, 11 insertions, 10 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index c666699af1d..59529b185e9 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/10/21 14:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2002/11/30 23:44:11 salo Exp $ # DISTNAME= gnofin-0.8.4 @@ -12,11 +12,12 @@ COMMENT= Personal checking/savings account management program BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes -USE_X11= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDI= yes +USE_X11= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../devel/gettext-lib/buildlink2.mk" diff --git a/finance/gnofin/PLIST b/finance/gnofin/PLIST index 95e3531c147..3e6454b59d0 100644 --- a/finance/gnofin/PLIST +++ b/finance/gnofin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:37 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/11/30 23:44:11 salo Exp $ bin/gnofin lib/gnofin/plugins/libcbb.a lib/gnofin/plugins/libcbb.la @@ -41,9 +41,9 @@ lib/gnofin/plugins/libtext.so lib/gnofin/plugins/libtext.so.0 lib/gnofin/plugins/libtext.so.0.0 share/gnome/apps/Applications/gnofin.desktop -share/locale/cs/LC_MESSAGES/gnofin.mo -share/locale/fr/LC_MESSAGES/gnofin.mo -share/locale/pt_BR/LC_MESSAGES/gnofin.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnofin.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnofin.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnofin.mo man/man1/gnofin.1 @unexec ${RMDIR} -p %D/share/gnome/apps/Applications 2> /dev/null || true @dirrm lib/gnofin/plugins |