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. --- audio/madplay/PLIST | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'audio/madplay') diff --git a/audio/madplay/PLIST b/audio/madplay/PLIST index 0e80dd3883d..7b065095fb3 100644 --- a/audio/madplay/PLIST +++ b/audio/madplay/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/10 08:37:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:12 jlam Exp $ bin/abxtest bin/madplay man/man1/abxtest.1 man/man1/madplay.1 -${PKGLOCALEDIR}/locale/en/LC_MESSAGES/madplay.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/madplay.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/madplay.mo -${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/madplay.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/madplay.mo +share/locale/en/LC_MESSAGES/madplay.mo +share/locale/es/LC_MESSAGES/madplay.mo +share/locale/fr/LC_MESSAGES/madplay.mo +share/locale/hr/LC_MESSAGES/madplay.mo +share/locale/no/LC_MESSAGES/madplay.mo -- cgit v1.2.3