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. --- sysutils/gkrellm1/PLIST | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sysutils/gkrellm1') diff --git a/sysutils/gkrellm1/PLIST b/sysutils/gkrellm1/PLIST index 0def784f9b6..42954a15bc7 100644 --- a/sysutils/gkrellm1/PLIST +++ b/sysutils/gkrellm1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/24 22:06:56 cube Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:34 jlam Exp $ bin/gkrellm include/gkrellm/gkrellm.h include/gkrellm/gkrellm_public_proto.h @@ -6,13 +6,13 @@ man/man1/gkrellm.1 @exec ${MKDIR} %D/share/gkrellm/themes @exec ${MKDIR} %D/lib/gkrellm/plugins share/gkrellm/README -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gkrellm.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gkrellm.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gkrellm.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gkrellm.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gkrellm.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gkrellm.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gkrellm.mo +share/locale/de/LC_MESSAGES/gkrellm.mo +share/locale/es/LC_MESSAGES/gkrellm.mo +share/locale/fr/LC_MESSAGES/gkrellm.mo +share/locale/ja/LC_MESSAGES/gkrellm.mo +share/locale/pl/LC_MESSAGES/gkrellm.mo +share/locale/ru/LC_MESSAGES/gkrellm.mo +share/locale/sv/LC_MESSAGES/gkrellm.mo @dirrm include/gkrellm @dirrm lib/gkrellm/plugins @dirrm lib/gkrellm -- cgit v1.2.3