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 | ea5f9f80b6883d39666b0f4acc8aefe897d4785d (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /chat/gg2 | |
parent | 138140738b4a4041e1b8c9c60fd33feb153dd7a5 (diff) | |
download | pkgsrc-ea5f9f80b6883d39666b0f4acc8aefe897d4785d.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 'chat/gg2')
-rw-r--r-- | chat/gg2/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/gg2/PLIST b/chat/gg2/PLIST index c049c44d254..6b7eb41ca5a 100644 --- a/chat/gg2/PLIST +++ b/chat/gg2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/05/27 13:47:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:13 jlam Exp $ bin/gg2 bin/gghist include/gg2_core.h @@ -298,8 +298,8 @@ share/gg2/themes/vblue2.theme share/gg2/themes/vgreen2.theme share/gg2/themes/vred2.theme share/gg2/themes/white2.theme -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gg2.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gg2.mo +share/locale/nl/LC_MESSAGES/gg2.mo +share/locale/pl/LC_MESSAGES/gg2.mo share/pixmaps/gg2.png @dirrm share/gg2/themes @dirrm share/gg2/sounds |