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 /net/xtraceroute | |
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 'net/xtraceroute')
-rw-r--r-- | net/xtraceroute/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/xtraceroute/PLIST b/net/xtraceroute/PLIST index 98b6392319b..e55e96c953d 100644 --- a/net/xtraceroute/PLIST +++ b/net/xtraceroute/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2003/04/27 14:57:58 cjep Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:31 jlam Exp $ bin/xtraceroute +man/man1/xtraceroute.1 share/xtraceroute/earth.tif share/xtraceroute/hosts.cache share/xtraceroute/networks.cache -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xtraceroute.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xtraceroute.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xtraceroute.mo -man/man1/xtraceroute.1 +share/locale/es/LC_MESSAGES/xtraceroute.mo +share/locale/fr/LC_MESSAGES/xtraceroute.mo +share/locale/ja/LC_MESSAGES/xtraceroute.mo |