diff options
author | cjep <cjep> | 2003-04-27 12:42:52 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-27 12:42:52 +0000 |
commit | fd61596766cf02cbce3697b1065730eddb60796c (patch) | |
tree | 871a6da3cd098772caa695c2eb7e467ee58b76dd /wm | |
parent | 72372184bafbb27db33c66459c0dc24464e32a99 (diff) | |
download | pkgsrc-fd61596766cf02cbce3697b1065730eddb60796c.tar.gz |
Lint: PKGLOCALEDIR.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/enlightenment/Makefile | 3 | ||||
-rw-r--r-- | wm/enlightenment/PLIST | 30 |
2 files changed, 17 insertions, 16 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile index dab7babf82e..a3215601dee 100644 --- a/wm/enlightenment/Makefile +++ b/wm/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/08/25 21:51:31 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2003/04/27 12:42:52 cjep Exp $ DISTNAME= enlightenment-0.16.4 PKGREVISION= 1 @@ -11,6 +11,7 @@ COMMENT= Window manager for X USE_BUILDLINK2= yes USE_X11BASE= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-fsstd diff --git a/wm/enlightenment/PLIST b/wm/enlightenment/PLIST index 012e7eec102..a1bd49ccb0a 100644 --- a/wm/enlightenment/PLIST +++ b/wm/enlightenment/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:59:09 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/04/27 12:42:52 cjep Exp $ bin/dox bin/e_cache_clean bin/e_cache_query @@ -2679,20 +2679,20 @@ share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg.japanese share/enlightenment/themes/ShinyMetal/ttfonts/rothwell.ttf share/enlightenment/themes/ShinyMetal/ttfonts/zirkle.ttf share/enlightenment/themes/ShinyMetal/windowmatches.cfg -share/locale/de/LC_MESSAGES/enlightenment.mo -share/locale/es/LC_MESSAGES/enlightenment.mo -share/locale/fr/LC_MESSAGES/enlightenment.mo -share/locale/hu/LC_MESSAGES/enlightenment.mo -share/locale/ko/LC_MESSAGES/enlightenment.mo -share/locale/nl/LC_MESSAGES/enlightenment.mo -share/locale/no/LC_MESSAGES/enlightenment.mo -share/locale/pt/LC_MESSAGES/enlightenment.mo -share/locale/ru/LC_MESSAGES/enlightenment.mo -share/locale/sv/LC_MESSAGES/enlightenment.mo -share/locale/tr/LC_MESSAGES/enlightenment.mo -share/locale/dk/LC_MESSAGES/enlightenment.mo -share/locale/en_US/LC_MESSAGES/enlightenment.mo -share/locale/pt_BR/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/de/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/es/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/fr/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/hu/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/ko/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/nl/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/no/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/pt/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/ru/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/sv/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/tr/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/dk/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/en_US/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/pt_BR/LC_MESSAGES/enlightenment.mo @exec ln -sf BrushedMetal-Tigert %D/share/enlightenment/themes/DEFAULT @unexec rm -f %D/share/enlightenment/themes/DEFAULT @dirrm share/enlightenment/themes/ShinyMetal/ttfonts |