diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 12:49:56 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 12:49:56 +0000 |
commit | ea80300bc2befb66397b8e48efe7755745edc95f (patch) | |
tree | fec53be62a9c9a9b8e991fe8af1c8cfa7a560429 /x11/dfm | |
parent | 930f198f3c0ad8befe4c30115fd5f13125e454d1 (diff) | |
download | pkgsrc-ea80300bc2befb66397b8e48efe7755745edc95f.tar.gz |
PKGLOCALEDIR
Diffstat (limited to 'x11/dfm')
-rw-r--r-- | x11/dfm/Makefile.common | 11 | ||||
-rw-r--r-- | x11/dfm/PLIST | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/x11/dfm/Makefile.common b/x11/dfm/Makefile.common index 25848b33760..095e5696a89 100644 --- a/x11/dfm/Makefile.common +++ b/x11/dfm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2003/03/29 12:42:58 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.6 2003/04/27 12:51:03 cjep Exp $ # DISTNAME= dfm-0.99.9 @@ -6,10 +6,11 @@ PKGREVISION= 1 WRKSRC= ${WRKDIR}/dfm MASTER_SITES= http://www.kaisersite.de/dfm/ -USE_BUILDLINK2= yes -USE_X11= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-imlib-icons +USE_BUILDLINK2= yes +USE_X11= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-imlib-icons .include "../../devel/gettext-lib/buildlink2.mk" .include "../../graphics/imlib/buildlink2.mk" diff --git a/x11/dfm/PLIST b/x11/dfm/PLIST index 5cf9920922a..17fd992f888 100644 --- a/x11/dfm/PLIST +++ b/x11/dfm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:10:32 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/04/27 12:51:04 cjep Exp $ bin/dfm man/man1/dfm.1 share/dfm/backgrounds/background2.xpm @@ -106,9 +106,9 @@ share/dfm/icons/icon_settings.xpm share/dfm/icons/icon_text.xpm share/dfm/icons/icon_video.xpm share/dfm/icons/icon_xterm.xpm -share/locale/da/LC_MESSAGES/dfm.mo -share/locale/de/LC_MESSAGES/dfm.mo -share/locale/ru/LC_MESSAGES/dfm.mo +${PKGLOCALEDIR}/da/LC_MESSAGES/dfm.mo +${PKGLOCALEDIR}/de/LC_MESSAGES/dfm.mo +${PKGLOCALEDIR}/ru/LC_MESSAGES/dfm.mo @dirrm share/dfm/icons/Moreicons @dirrm share/dfm/icons/FileManagerIcons @dirrm share/dfm/icons/Appicons |