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 | 1e1023e7be6a202fa56330531ec05c888415aba3 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /cross | |
parent | 316906324f1a6e1130822b4f6d4b5905f9c60954 (diff) | |
download | pkgsrc-1e1023e7be6a202fa56330531ec05c888415aba3.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')
-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 |