From ea5f9f80b6883d39666b0f4acc8aefe897d4785d 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. --- comms/minicom/PLIST | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'comms/minicom') diff --git a/comms/minicom/PLIST b/comms/minicom/PLIST index f6c3d554306..a7eb4dab199 100644 --- a/comms/minicom/PLIST +++ b/comms/minicom/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/09/26 14:07:25 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/04/17 07:07:14 jlam Exp $ bin/ascii-xfr bin/minicom bin/runscript @@ -8,13 +8,13 @@ man/man1/minicom.1 man/man1/runscript.1 man/man1/xminicom.1 share/examples/minicom/minicom.users -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/minicom.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/minicom.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/minicom.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/minicom.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/minicom.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/minicom.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/minicom.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/minicom.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/minicom.mo +share/locale/cs/LC_MESSAGES/minicom.mo +share/locale/es/LC_MESSAGES/minicom.mo +share/locale/fr/LC_MESSAGES/minicom.mo +share/locale/fi/LC_MESSAGES/minicom.mo +share/locale/hu/LC_MESSAGES/minicom.mo +share/locale/ja/LC_MESSAGES/minicom.mo +share/locale/pl/LC_MESSAGES/minicom.mo +share/locale/pt_BR/LC_MESSAGES/minicom.mo +share/locale/ru/LC_MESSAGES/minicom.mo @dirrm share/examples/minicom -- cgit v1.2.3