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 /devel/roundup | |
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 'devel/roundup')
-rw-r--r-- | devel/roundup/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/roundup/PLIST b/devel/roundup/PLIST index 9fda82fb427..f063ac1ca4d 100644 --- a/devel/roundup/PLIST +++ b/devel/roundup/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2005/08/06 20:34:00 recht Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/04/17 07:07:17 jlam Exp $ bin/roundup-admin bin/roundup-demo bin/roundup-gettext @@ -284,12 +284,12 @@ share/doc/roundup/user_guide.txt share/doc/roundup/whatsnew-0.7.txt share/doc/roundup/whatsnew-0.8.html share/doc/roundup/whatsnew-0.8.txt -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/roundup.mo -${PKGLOCALEDIR}/locale/en/LC_MESSAGES/roundup.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/roundup.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/roundup.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/roundup.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/roundup.mo +share/locale/de/LC_MESSAGES/roundup.mo +share/locale/en/LC_MESSAGES/roundup.mo +share/locale/fr/LC_MESSAGES/roundup.mo +share/locale/ru/LC_MESSAGES/roundup.mo +share/locale/zh_CN/LC_MESSAGES/roundup.mo +share/locale/zh_TW/LC_MESSAGES/roundup.mo share/roundup/cgi-bin/roundup.cgi share/roundup/templates/classic/TEMPLATE-INFO.txt share/roundup/templates/classic/detectors/messagesummary.py |