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. --- textproc/namazu2/PLIST | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/namazu2') diff --git a/textproc/namazu2/PLIST b/textproc/namazu2/PLIST index cbb02c6a0b8..02d61ba4580 100644 --- a/textproc/namazu2/PLIST +++ b/textproc/namazu2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2006/03/02 16:02:37 taca Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/04/17 07:07:35 jlam Exp $ bin/adnmz bin/bnamazu bin/gcnmz @@ -38,10 +38,10 @@ man/man1/namazu.1 share/examples/namazu/mknmzrc share/examples/namazu/namazurc @dirrm share/examples/namazu -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/namazu.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/namazu.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/namazu.mo -${PKGLOCALEDIR}/locale/ja_JP.SJIS/LC_MESSAGES/namazu.mo +share/locale/es/LC_MESSAGES/namazu.mo +share/locale/fr/LC_MESSAGES/namazu.mo +share/locale/ja/LC_MESSAGES/namazu.mo +share/locale/ja_JP.SJIS/LC_MESSAGES/namazu.mo share/namazu/doc/en/manual.html share/namazu/doc/en/nmz.html share/namazu/doc/en/tips.html -- cgit v1.2.3