From e9c0cc38fc8a0295c10d3b9be3398e1358e7b374 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 17 Apr 2006 07:07:11 +0000 Subject: 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. --- net/wap-utils/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/wap-utils') diff --git a/net/wap-utils/PLIST b/net/wap-utils/PLIST index 484ca85e93a..12c7eba5121 100644 --- a/net/wap-utils/PLIST +++ b/net/wap-utils/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2003/02/18 19:54:13 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:31 jlam Exp $ bin/ap-config bin/ap-mrtg man/man8/ap-config.8 man/man8/ap-mrtg.8 man/man8/ap-trapd.8 sbin/ap-trapd -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/ap-utils.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/ap-utils.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/ap-utils.mo +share/locale/fr/LC_MESSAGES/ap-utils.mo +share/locale/pl/LC_MESSAGES/ap-utils.mo +share/locale/uk/LC_MESSAGES/ap-utils.mo -- cgit v1.2.3