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 /ham/xlog | |
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 'ham/xlog')
-rw-r--r-- | ham/xlog/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ham/xlog/PLIST b/ham/xlog/PLIST index 1853f07562d..3192ea41ab7 100644 --- a/ham/xlog/PLIST +++ b/ham/xlog/PLIST @@ -1,15 +1,15 @@ -@comment $NetBSD: PLIST,v 1.7 2006/04/09 16:09:26 rillig Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/17 07:07:22 jlam Exp $ bin/xlog man/man1/xlog.1 share/application-registry/xlog.applications share/applications/xlog.desktop share/applnk/Applications/xlog.desktop -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xlog.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xlog.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xlog.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xlog.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/xlog.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xlog.mo +share/locale/da/LC_MESSAGES/xlog.mo +share/locale/es/LC_MESSAGES/xlog.mo +share/locale/fr/LC_MESSAGES/xlog.mo +share/locale/nl/LC_MESSAGES/xlog.mo +share/locale/pl/LC_MESSAGES/xlog.mo +share/locale/sk/LC_MESSAGES/xlog.mo share/mime-info/xlog.keys share/mime-info/xlog.mime share/mime/packages/xlog.xml |