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 | ea5f9f80b6883d39666b0f4acc8aefe897d4785d (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /print/enscript | |
parent | 138140738b4a4041e1b8c9c60fd33feb153dd7a5 (diff) | |
download | pkgsrc-ea5f9f80b6883d39666b0f4acc8aefe897d4785d.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 'print/enscript')
-rw-r--r-- | print/enscript/PLIST | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/print/enscript/PLIST b/print/enscript/PLIST index bdeaabc68fb..5e37b998358 100644 --- a/print/enscript/PLIST +++ b/print/enscript/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/04/06 18:18:15 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:32 jlam Exp $ bin/diffpp bin/enscript bin/mkafmmap @@ -151,13 +151,13 @@ share/enscript/simple.hdr share/enscript/squeeze.hdr share/enscript/vms.enc share/examples/enscript/enscript.cfg -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/enscript.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/enscript.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/enscript.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/enscript.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/enscript.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/enscript.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/enscript.mo +share/locale/de/LC_MESSAGES/enscript.mo +share/locale/es/LC_MESSAGES/enscript.mo +share/locale/fi/LC_MESSAGES/enscript.mo +share/locale/fr/LC_MESSAGES/enscript.mo +share/locale/nl/LC_MESSAGES/enscript.mo +share/locale/ru/LC_MESSAGES/enscript.mo +share/locale/sl/LC_MESSAGES/enscript.mo @dirrm share/examples/enscript @dirrm share/enscript/hl @dirrm share/enscript/afm |