diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
commit | ea5f9f80b6883d39666b0f4acc8aefe897d4785d (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /cross/avr-gcc | |
parent | 138140738b4a4041e1b8c9c60fd33feb153dd7a5 (diff) | |
download | pkgsrc-ea5f9f80b6883d39666b0f4acc8aefe897d4785d.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 'cross/avr-gcc')
-rw-r--r-- | cross/avr-gcc/PLIST | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/cross/avr-gcc/PLIST b/cross/avr-gcc/PLIST index e6468f0148c..ac35f6a7e84 100644 --- a/cross/avr-gcc/PLIST +++ b/cross/avr-gcc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/16 20:14:20 wennmach Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:14 jlam Exp $ avr/bin/c++ avr/bin/g++ avr/bin/gcc @@ -51,16 +51,16 @@ man/man1/gcov.1 man/man7/fsf-funding.7 man/man7/gfdl.7 man/man7/gpl.7 -${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gcc.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gcc.mo +share/locale/be/LC_MESSAGES/gcc.mo +share/locale/da/LC_MESSAGES/gcc.mo +share/locale/de/LC_MESSAGES/gcc.mo +share/locale/el/LC_MESSAGES/gcc.mo +share/locale/es/LC_MESSAGES/gcc.mo +share/locale/fr/LC_MESSAGES/gcc.mo +share/locale/ja/LC_MESSAGES/gcc.mo +share/locale/nl/LC_MESSAGES/gcc.mo +share/locale/sv/LC_MESSAGES/gcc.mo +share/locale/tr/LC_MESSAGES/gcc.mo @dirrm lib/gcc-lib/avr/3.3/avr3 @dirrm lib/gcc-lib/avr/3.3/avr4 @dirrm lib/gcc-lib/avr/3.3/avr5 |