diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /www/snownews/PLIST | |
parent | 7fe558471fbd1f98088730c7544dc1b7fb065b86 (diff) | |
download | pkgsrc-1ae3d1ba51febfd65eabae7f192d4b643e252ba2.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 'www/snownews/PLIST')
-rw-r--r-- | www/snownews/PLIST | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/snownews/PLIST b/www/snownews/PLIST index 369bb6c0825..890af1ecda2 100644 --- a/www/snownews/PLIST +++ b/www/snownews/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/10/20 15:31:21 tonio Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:38 jlam Exp $ bin/opml2snow bin/snownews man/de/man1/snownews.1 @@ -8,16 +8,16 @@ man/man1/opml2snow.1 man/man1/snownews.1 man/nl/man1/snownews.1 man/ru_RU.KOI8-R/man1/snownews.1 -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/snownews.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/snownews.mo +share/locale/de/LC_MESSAGES/snownews.mo +share/locale/es/LC_MESSAGES/snownews.mo +share/locale/ja/LC_MESSAGES/snownews.mo +share/locale/nl/LC_MESSAGES/snownews.mo +share/locale/pl/LC_MESSAGES/snownews.mo +share/locale/pt_BR/LC_MESSAGES/snownews.mo +share/locale/ru/LC_MESSAGES/snownews.mo +share/locale/sl/LC_MESSAGES/snownews.mo +share/locale/zh_CN/LC_MESSAGES/snownews.mo +share/locale/zh_TW/LC_MESSAGES/snownews.mo @unexec ${RMDIR} %D/man/ru_RU.KOI8-R/man1 2> /dev/null || ${TRUE} @unexec ${RMDIR} %D/man/ru_RU.KOI8-R 2> /dev/null || ${TRUE} @unexec ${RMDIR} %D/man/nl/man1 2> /dev/null || ${TRUE} |