diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 14:57:55 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 14:57:55 +0000 |
commit | 7c3eb0f6d31f8ccdc8c3e06b58bea050ab203430 (patch) | |
tree | e6869310a9423d689258c9717f57a6ed64786cab /net/xtraceroute | |
parent | 9601aa4cd009019b4a8778fb2b73380cd62c81e7 (diff) | |
download | pkgsrc-7c3eb0f6d31f8ccdc8c3e06b58bea050ab203430.tar.gz |
Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...
Diffstat (limited to 'net/xtraceroute')
-rw-r--r-- | net/xtraceroute/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/xtraceroute/PLIST b/net/xtraceroute/PLIST index a70c6f2eddc..98b6392319b 100644 --- a/net/xtraceroute/PLIST +++ b/net/xtraceroute/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2003/04/27 14:40:12 cjep Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/04/27 14:57:58 cjep Exp $ bin/xtraceroute share/xtraceroute/earth.tif share/xtraceroute/hosts.cache share/xtraceroute/networks.cache -${PKGLOCALEDIR}/es/LC_MESSAGES/xtraceroute.mo -${PKGLOCALEDIR}/fr/LC_MESSAGES/xtraceroute.mo -${PKGLOCALEDIR}/ja/LC_MESSAGES/xtraceroute.mo +${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 |