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 /cad | |
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 'cad')
-rw-r--r-- | cad/geda/PLIST | 12 | ||||
-rw-r--r-- | cad/gschem/PLIST | 18 | ||||
-rw-r--r-- | cad/libwcalc/PLIST | 4 |
3 files changed, 17 insertions, 17 deletions
diff --git a/cad/geda/PLIST b/cad/geda/PLIST index 2fbaccd1c87..76cc9fb4538 100644 --- a/cad/geda/PLIST +++ b/cad/geda/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.6 2005/08/23 00:02:19 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:13 jlam Exp $ bin/geda bin/graphman bin/raw2gw -${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/geda.mo -${PKGLOCALEDIR}/locale/fr_FR/LC_MESSAGES/geda.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/geda.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/geda.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/geda.mo +share/locale/de_DE/LC_MESSAGES/geda.mo +share/locale/fr_FR/LC_MESSAGES/geda.mo +share/locale/it/LC_MESSAGES/geda.mo +share/locale/pt_BR/LC_MESSAGES/geda.mo +share/locale/ru/LC_MESSAGES/geda.mo diff --git a/cad/gschem/PLIST b/cad/gschem/PLIST index 1853d33f159..b361e42617f 100644 --- a/cad/gschem/PLIST +++ b/cad/gschem/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2006/03/30 03:44:41 jlam Exp $ +@comment $NetBSD: PLIST,v 1.15 2006/04/17 07:07:13 jlam Exp $ bin/gschem info/gschemdoc.info man/man1/gschem.1 @@ -29,14 +29,14 @@ share/gEDA/scheme/gschem.scm share/gEDA/scheme/list-keys.scm share/gEDA/scheme/print-NB-attribs.scm share/gEDA/system-gschemrc -${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/es_ES/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/fr_FR/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/it_IT/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/ja_JP/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/nl_NL/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/geda-gschem.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/geda-gschem.mo +share/locale/de_DE/LC_MESSAGES/geda-gschem.mo +share/locale/es_ES/LC_MESSAGES/geda-gschem.mo +share/locale/fr_FR/LC_MESSAGES/geda-gschem.mo +share/locale/it_IT/LC_MESSAGES/geda-gschem.mo +share/locale/ja_JP/LC_MESSAGES/geda-gschem.mo +share/locale/nl_NL/LC_MESSAGES/geda-gschem.mo +share/locale/pt_BR/LC_MESSAGES/geda-gschem.mo +share/locale/ru/LC_MESSAGES/geda-gschem.mo @dirrm share/gEDA/bitmap @unexec ${RMDIR} %D/share/doc/geda-doc/man 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/doc/geda-doc 2>/dev/null || ${TRUE} diff --git a/cad/libwcalc/PLIST b/cad/libwcalc/PLIST index d938fcf4604..66e5688786b 100644 --- a/cad/libwcalc/PLIST +++ b/cad/libwcalc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/01 03:49:19 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:13 jlam Exp $ bin/wcalc-config include/${WCALC_DIR}/air_coil.h include/${WCALC_DIR}/air_coil_loadsave.h @@ -20,7 +20,7 @@ include/${WCALC_DIR}/units.h include/${WCALC_DIR}/wcalc_loadsave.h lib/libwcalc.la lib/pkgconfig/wcalc.pc -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/wcalc.mo +share/locale/es/LC_MESSAGES/wcalc.mo share/${WCALC_DIR}/air_coil.eps share/${WCALC_DIR}/alert_fig.eps share/${WCALC_DIR}/coax.eps |