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 | 1e1023e7be6a202fa56330531ec05c888415aba3 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /audio/sweep | |
parent | 316906324f1a6e1130822b4f6d4b5905f9c60954 (diff) | |
download | pkgsrc-1e1023e7be6a202fa56330531ec05c888415aba3.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 'audio/sweep')
-rw-r--r-- | audio/sweep/PLIST | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/sweep/PLIST b/audio/sweep/PLIST index 6972302d5ab..e1cd839a92a 100644 --- a/audio/sweep/PLIST +++ b/audio/sweep/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/05/04 20:57:04 reed Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:12 jlam Exp $ bin/sweep include/sweep/sweep.h include/sweep/sweep_filter.h @@ -18,15 +18,15 @@ lib/sweep/libnormalise.la lib/sweep/libreverse.la man/man1/sweep.1 share/gnome/apps/Multimedia/sweep.desktop -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sweep.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/sweep.mo -${PKGLOCALEDIR}/locale/en_AU/LC_MESSAGES/sweep.mo -${PKGLOCALEDIR}/locale/es_ES/LC_MESSAGES/sweep.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sweep.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sweep.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sweep.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sweep.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sweep.mo +share/locale/de/LC_MESSAGES/sweep.mo +share/locale/el/LC_MESSAGES/sweep.mo +share/locale/en_AU/LC_MESSAGES/sweep.mo +share/locale/es_ES/LC_MESSAGES/sweep.mo +share/locale/fr/LC_MESSAGES/sweep.mo +share/locale/hu/LC_MESSAGES/sweep.mo +share/locale/it/LC_MESSAGES/sweep.mo +share/locale/pl/LC_MESSAGES/sweep.mo +share/locale/ru/LC_MESSAGES/sweep.mo share/pixmaps/sweep.png share/sweep/sweep_logo.ppm @dirrm share/sweep |