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. --- audio/cplay/PLIST | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'audio/cplay/PLIST') diff --git a/audio/cplay/PLIST b/audio/cplay/PLIST index 107956c182c..adc013e0f15 100644 --- a/audio/cplay/PLIST +++ b/audio/cplay/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/08 15:56:40 tonio Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:11 jlam Exp $ bin/cplay man/man1/cplay.1 share/examples/cplay/cplayrc -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/cplay.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/cplay.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/cplay.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/cplay.mo +share/locale/da/LC_MESSAGES/cplay.mo +share/locale/de/LC_MESSAGES/cplay.mo +share/locale/hu/LC_MESSAGES/cplay.mo +share/locale/pl/LC_MESSAGES/cplay.mo @dirrm share/examples/cplay -- cgit v1.2.3