diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | e9c0cc38fc8a0295c10d3b9be3398e1358e7b374 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /editors/kdissert | |
parent | f73a3a6bda32f5cd530045dde4f3f214f20c8d2c (diff) | |
download | pkgsrc-e9c0cc38fc8a0295c10d3b9be3398e1358e7b374.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 'editors/kdissert')
-rw-r--r-- | editors/kdissert/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/kdissert/PLIST b/editors/kdissert/PLIST index fdaac4b0cb4..cc0ef46647c 100644 --- a/editors/kdissert/PLIST +++ b/editors/kdissert/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/02/16 10:44:50 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:18 jlam Exp $ bin/kdissert lib/kde3/libkdissOOOdoc.la lib/kde3/libkdissOOOdoc.so @@ -62,12 +62,12 @@ share/kde/icons/hicolor/64x64/actions/kdissert_sort.png share/kde/icons/hicolor/64x64/apps/kdissert.png share/kde/mimelnk/application/x-kdissert.desktop share/kde/services/kdissertpart.desktop -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/kdissert.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/kdissert.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/kdissert.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/kdissert.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/kdissert.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/kdissert.mo +share/locale/de/LC_MESSAGES/kdissert.mo +share/locale/es/LC_MESSAGES/kdissert.mo +share/locale/fr/LC_MESSAGES/kdissert.mo +share/locale/it/LC_MESSAGES/kdissert.mo +share/locale/nl/LC_MESSAGES/kdissert.mo +share/locale/pl/LC_MESSAGES/kdissert.mo @comment in kde: @dirrm share/kde/mimelnk/application @comment in kde: @dirrm share/kde/icons/hicolor/64x64/apps @comment in kde: @dirrm share/kde/icons/hicolor/64x64/actions |