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. --- archivers/gsharutils/PLIST | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'archivers/gsharutils/PLIST') diff --git a/archivers/gsharutils/PLIST b/archivers/gsharutils/PLIST index 9dae0c8c259..a30eccd2ce5 100644 --- a/archivers/gsharutils/PLIST +++ b/archivers/gsharutils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/03/30 03:44:41 jlam Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:11 jlam Exp $ bin/${GNU_PROGRAM_PREFIX}mail-files bin/${GNU_PROGRAM_PREFIX}mailshar bin/${GNU_PROGRAM_PREFIX}remsync @@ -8,9 +8,9 @@ info/remsync.info info/sharutils.info man/man1/${GNU_PROGRAM_PREFIX}shar.1 man/man1/${GNU_PROGRAM_PREFIX}unshar.1 -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sharutils.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sharutils.mo -${PKGLOCALEDIR}/locale/ja_JP.EUC/LC_MESSAGES/sharutils.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sharutils.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/sharutils.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sharutils.mo +share/locale/de/LC_MESSAGES/sharutils.mo +share/locale/fr/LC_MESSAGES/sharutils.mo +share/locale/ja_JP.EUC/LC_MESSAGES/sharutils.mo +share/locale/nl/LC_MESSAGES/sharutils.mo +share/locale/pt/LC_MESSAGES/sharutils.mo +share/locale/sv/LC_MESSAGES/sharutils.mo -- cgit v1.2.3