diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | e9c0cc38fc8a0295c10d3b9be3398e1358e7b374 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /x11/efltk | |
parent | f73a3a6bda32f5cd530045dde4f3f214f20c8d2c (diff) | |
download | pkgsrc-e9c0cc38fc8a0295c10d3b9be3398e1358e7b374.tar.gz |
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
Diffstat (limited to 'x11/efltk')
-rw-r--r-- | x11/efltk/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/efltk/PLIST b/x11/efltk/PLIST index 298125f2955..a9e01ac5818 100644 --- a/x11/efltk/PLIST +++ b/x11/efltk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2006/02/18 14:07:54 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:38 jlam Exp $ bin/efltk-config include/efltk/Enumerations.h include/efltk/Fl.h @@ -213,11 +213,11 @@ lib/libefltk_images.la ${MYSQL}lib/libefltk_mysql.la lib/libefltk_net.la lib/libefltk_xml.la -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/efltk.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/efltk.mo -${PKGLOCALEDIR}/locale/id/LC_MESSAGES/efltk.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/efltk.mo -${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/efltk.mo +share/locale/fi/LC_MESSAGES/efltk.mo +share/locale/hu/LC_MESSAGES/efltk.mo +share/locale/id/LC_MESSAGES/efltk.mo +share/locale/sk/LC_MESSAGES/efltk.mo +share/locale/sr/LC_MESSAGES/efltk.mo @dirrm lib/fltk @dirrm include/efltk/xml @dirrm include/efltk/net |