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 /www/arena | |
parent | 9601aa4cd009019b4a8778fb2b73380cd62c81e7 (diff) | |
download | pkgsrc-7c3eb0f6d31f8ccdc8c3e06b58bea050ab203430.tar.gz |
Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/arena/PLIST b/www/arena/PLIST index 8ea533e59a0..2e89e32bea1 100644 --- a/www/arena/PLIST +++ b/www/arena/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2003/04/27 12:46:00 cjep Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/04/27 14:57:56 cjep Exp $ bin/arena share/examples/arenarc @exec if [ ! -f ${LOCALBASE}/etc/arenarc ]; then cp %D/share/examples/arenarc ${LOCALBASE}/etc/; fi man/man1/arena.1 -${PKGLOCALEDIR}/en/LC_MESSAGES/Arena.gmo +${PKGLOCALEDIR}/locale/en/LC_MESSAGES/Arena.gmo |