From 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 17 Apr 2006 07:07:11 +0000 Subject: 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. --- www/snownews/PLIST | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'www/snownews') 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} -- cgit v1.2.3