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 /sysutils/fsviewer | |
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 'sysutils/fsviewer')
-rw-r--r-- | sysutils/fsviewer/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fsviewer/PLIST b/sysutils/fsviewer/PLIST index 1d77f9ec69e..80b2bc87d73 100644 --- a/sysutils/fsviewer/PLIST +++ b/sysutils/fsviewer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/11/26 09:10:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:33 jlam Exp $ GNUstep/Apps/FSViewer.app/FSViewer GNUstep/Apps/FSViewer.app/MagicFiles GNUstep/Apps/FSViewer.app/tiff/FSViewer.tif @@ -158,8 +158,8 @@ GNUstep/Apps/FSViewer.app/xpm/wmanalog.xpm GNUstep/Apps/FSViewer.app/xpm/wmdigital.xpm GNUstep/Apps/FSViewer.app/xpm/wmtime.xpm GNUstep/Apps/FSViewer.app/xpm/year.xpm -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/FSViewer.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/FSViewer.mo +share/locale/de/LC_MESSAGES/FSViewer.mo +share/locale/ru/LC_MESSAGES/FSViewer.mo @dirrm GNUstep/Apps/FSViewer.app/xpm @dirrm GNUstep/Apps/FSViewer.app/tiff @dirrm GNUstep/Apps/FSViewer.app |