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. --- audio/gmpc/PLIST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/gmpc') diff --git a/audio/gmpc/PLIST b/audio/gmpc/PLIST index 127b1757037..b3501975e7b 100644 --- a/audio/gmpc/PLIST +++ b/audio/gmpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/04/08 16:13:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/17 07:07:11 jlam Exp $ bin/gmpc include/gmpc/config1.h include/gmpc/cover-art.h @@ -24,8 +24,8 @@ share/gmpc/open-location.glade share/gmpc/player-repeat.png share/gmpc/player-shuffle.png share/gmpc/playlist3.glade -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gmpc.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gmpc.mo +share/locale/fr/LC_MESSAGES/gmpc.mo +share/locale/ru/LC_MESSAGES/gmpc.mo share/pixmaps/gmpc.png lib/pkgconfig/gmpc.pc @comment in xdg-dirs: @dirrm share/pixmaps -- cgit v1.2.3