diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
commit | 1e1023e7be6a202fa56330531ec05c888415aba3 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /audio/gmpc | |
parent | 316906324f1a6e1130822b4f6d4b5905f9c60954 (diff) | |
download | pkgsrc-1e1023e7be6a202fa56330531ec05c888415aba3.tar.gz |
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.
Diffstat (limited to 'audio/gmpc')
-rw-r--r-- | audio/gmpc/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
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 |