From e9c0cc38fc8a0295c10d3b9be3398e1358e7b374 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. --- databases/abook/PLIST | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/abook') diff --git a/databases/abook/PLIST b/databases/abook/PLIST index 2872395db43..4160dd2a5df 100644 --- a/databases/abook/PLIST +++ b/databases/abook/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2006/01/13 21:20:45 tonio Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:14 jlam Exp $ bin/abook man/man1/abook.1 man/man5/abookrc.5 -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/abook.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/abook.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/abook.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/abook.mo +share/locale/de/LC_MESSAGES/abook.mo +share/locale/fr/LC_MESSAGES/abook.mo +share/locale/ja/LC_MESSAGES/abook.mo +share/locale/sv/LC_MESSAGES/abook.mo -- cgit v1.2.3