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/aegis | |
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/aegis')
-rw-r--r-- | devel/aegis/PLIST | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/aegis/PLIST b/devel/aegis/PLIST index 19d0ae5db69..0b061f2204c 100644 --- a/devel/aegis/PLIST +++ b/devel/aegis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/11/27 16:13:55 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:15 jlam Exp $ bin/ae-sccs-put bin/ae_diff2htm bin/aeannotate @@ -375,13 +375,13 @@ share/aegis/wish/proj_attr.rpt share/aegis/wish/proj_conf.rpt share/aegis/wish/proj_list.rpt share/aegis/wish/tkaer_info.rpt -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/aegis.mo -${PKGLOCALEDIR}/locale/en/LC_MESSAGES/aegis.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/aegis.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/aegis.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/aegis.mo -${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/aegis.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/aegis.mo +share/locale/de/LC_MESSAGES/aegis.mo +share/locale/en/LC_MESSAGES/aegis.mo +share/locale/es/LC_MESSAGES/aegis.mo +share/locale/fr/LC_MESSAGES/aegis.mo +share/locale/nl/LC_MESSAGES/aegis.mo +share/locale/ro/LC_MESSAGES/aegis.mo +share/locale/ru/LC_MESSAGES/aegis.mo @dirrm share/aegis/wish @dirrm share/aegis/report @dirrm share/aegis/remind |