diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | e9c0cc38fc8a0295c10d3b9be3398e1358e7b374 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /ham/tnt | |
parent | f73a3a6bda32f5cd530045dde4f3f214f20c8d2c (diff) | |
download | pkgsrc-e9c0cc38fc8a0295c10d3b9be3398e1358e7b374.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 'ham/tnt')
-rw-r--r-- | ham/tnt/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/tnt/PLIST b/ham/tnt/PLIST index cef20fc4851..cdb76d5e0b4 100644 --- a/ham/tnt/PLIST +++ b/ham/tnt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2006/04/04 14:45:45 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/04/17 07:07:22 jlam Exp $ bin/tnt bin/tntc include/tntrun.h @@ -43,8 +43,8 @@ share/doc/tnt/tntdoc.html share/doc/tnt/tntrem.hlp.de share/doc/tnt/tntrem.hlp.en share/doc/tnt/tntrem.hlp.fr -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tnt.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/tnt.mo +share/locale/de/LC_MESSAGES/tnt.mo +share/locale/fr/LC_MESSAGES/tnt.mo share/tnt/conf/autostrt.tnt.ex share/tnt/conf/boxender.tnt.ex share/tnt/conf/ctext.tnt.ex |