ea5f9f80b6
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.
26 lines
1,004 B
Text
26 lines
1,004 B
Text
@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:38 jlam Exp $
|
|
bin/opml2snow
|
|
bin/snownews
|
|
man/de/man1/snownews.1
|
|
man/fr/man1/snownews.1
|
|
man/it/man1/snownews.1
|
|
man/man1/opml2snow.1
|
|
man/man1/snownews.1
|
|
man/nl/man1/snownews.1
|
|
man/ru_RU.KOI8-R/man1/snownews.1
|
|
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}
|
|
@unexec ${RMDIR} %D/man/nl 2> /dev/null || ${TRUE}
|
|
@unexec ${RMDIR} %D/man/it/man1 2> /dev/null || ${TRUE}
|
|
@unexec ${RMDIR} %D/man/it 2> /dev/null || ${TRUE}
|