diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /geography/vis5d+ | |
parent | 7fe558471fbd1f98088730c7544dc1b7fb065b86 (diff) | |
download | pkgsrc-1ae3d1ba51febfd65eabae7f192d4b643e252ba2.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 'geography/vis5d+')
-rw-r--r-- | geography/vis5d+/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/vis5d+/PLIST b/geography/vis5d+/PLIST index 1c42b540ab6..a453a57450c 100644 --- a/geography/vis5d+/PLIST +++ b/geography/vis5d+/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:32 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:20 jlam Exp $ bin/comp_to_v5d bin/gg3d bin/gr3d_to_v5d @@ -18,8 +18,8 @@ include/vis5d+/v5d.h include/vis5d+/v5df.h lib/libv5d.la lib/libvis5d.la -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/vis5d+.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/vis5d+.mo +share/locale/es/LC_MESSAGES/vis5d+.mo +share/locale/pt_BR/LC_MESSAGES/vis5d+.mo share/vis5d+/EARTH.TOPO share/vis5d+/OUTLSUPW share/vis5d+/OUTLUSAM |