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 /devel/monotone | |
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 'devel/monotone')
-rw-r--r-- | devel/monotone/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/monotone/PLIST b/devel/monotone/PLIST index 61840e5ddb2..aeb8798c052 100644 --- a/devel/monotone/PLIST +++ b/devel/monotone/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.6 2006/04/10 17:45:51 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:17 jlam Exp $ bin/mtn info/monotone.info man/man1/mtn.1 share/doc/monotone/monotone.html -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/monotone.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/monotone.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/monotone.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/monotone.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/monotone.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/monotone.mo +share/locale/de/LC_MESSAGES/monotone.mo +share/locale/fr/LC_MESSAGES/monotone.mo +share/locale/it/LC_MESSAGES/monotone.mo +share/locale/ja/LC_MESSAGES/monotone.mo +share/locale/pt_BR/LC_MESSAGES/monotone.mo +share/locale/sv/LC_MESSAGES/monotone.mo @dirrm share/doc/monotone |