diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /biology | |
parent | 7fe558471fbd1f98088730c7544dc1b7fb065b86 (diff) | |
download | pkgsrc-1ae3d1ba51febfd65eabae7f192d4b643e252ba2.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 'biology')
-rw-r--r-- | biology/chemtool/PLIST | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/biology/chemtool/PLIST b/biology/chemtool/PLIST index 89e8b3fe1df..b134aa79047 100644 --- a/biology/chemtool/PLIST +++ b/biology/chemtool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/02/13 19:20:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:13 jlam Exp $ bin/chemtool bin/cht man/man1/chemtool.1 @@ -42,12 +42,12 @@ share/examples/chemtool/tcdd.cht share/examples/chemtool/tetracyclin.cht share/examples/chemtool/v3000.mol share/examples/chemtool/viagra.cht -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/chemtool.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/chemtool.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/chemtool.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/chemtool.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/chemtool.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/chemtool.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/chemtool.mo +share/locale/cs/LC_MESSAGES/chemtool.mo +share/locale/de/LC_MESSAGES/chemtool.mo +share/locale/fr/LC_MESSAGES/chemtool.mo +share/locale/nl/LC_MESSAGES/chemtool.mo +share/locale/pl/LC_MESSAGES/chemtool.mo +share/locale/pt_BR/LC_MESSAGES/chemtool.mo +share/locale/ru/LC_MESSAGES/chemtool.mo @dirrm share/examples/chemtool @dirrm share/doc/chemtool |