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 /devel/libextractor | |
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 'devel/libextractor')
-rw-r--r-- | devel/libextractor/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libextractor/PLIST b/devel/libextractor/PLIST index 2d4d0ebd11c..45be346ad00 100644 --- a/devel/libextractor/PLIST +++ b/devel/libextractor/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/03/05 22:06:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:17 jlam Exp $ bin/extract include/extractor.h lib/libextractor.la @@ -46,8 +46,8 @@ lib/libextractor/libextractor_wav.la lib/libextractor/libextractor_zip.la man/man1/extract.1 man/man3/libextractor.3 -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libextractor.mo -${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/libextractor.mo -${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/libextractor.mo -${PKGLOCALEDIR}/locale/rw/LC_MESSAGES/libextractor.mo +share/locale/de/LC_MESSAGES/libextractor.mo +share/locale/ga/LC_MESSAGES/libextractor.mo +share/locale/ro/LC_MESSAGES/libextractor.mo +share/locale/rw/LC_MESSAGES/libextractor.mo @dirrm lib/libextractor |