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 /databases/gramps | |
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 'databases/gramps')
-rw-r--r-- | databases/gramps/PLIST | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/databases/gramps/PLIST b/databases/gramps/PLIST index fffadf91607..5a34bf6c165 100644 --- a/databases/gramps/PLIST +++ b/databases/gramps/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/02/24 19:28:41 drochner Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:14 jlam Exp $ bin/gramps lib/gramps/grampslib.so man/man1/gramps.1 @@ -653,24 +653,24 @@ share/gramps/splash.jpg share/gramps/srcsel.glade share/gramps/styles.glade share/gramps/tools.png -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gramps.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gramps.mo +share/locale/cs/LC_MESSAGES/gramps.mo +share/locale/da/LC_MESSAGES/gramps.mo +share/locale/de/LC_MESSAGES/gramps.mo +share/locale/eo/LC_MESSAGES/gramps.mo +share/locale/es/LC_MESSAGES/gramps.mo +share/locale/fi/LC_MESSAGES/gramps.mo +share/locale/fr/LC_MESSAGES/gramps.mo +share/locale/hu/LC_MESSAGES/gramps.mo +share/locale/it/LC_MESSAGES/gramps.mo +share/locale/nb/LC_MESSAGES/gramps.mo +share/locale/nl/LC_MESSAGES/gramps.mo +share/locale/no/LC_MESSAGES/gramps.mo +share/locale/pl/LC_MESSAGES/gramps.mo +share/locale/pt_BR/LC_MESSAGES/gramps.mo +share/locale/ro/LC_MESSAGES/gramps.mo +share/locale/ru/LC_MESSAGES/gramps.mo +share/locale/sv/LC_MESSAGES/gramps.mo +share/locale/zh_CN/LC_MESSAGES/gramps.mo share/omf/gramps/gramps-manual-C.omf share/omf/gramps/gramps-manual-de.omf share/omf/gramps/gramps-manual-fr.omf |