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 /security/gnutls/PLIST | |
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 'security/gnutls/PLIST')
-rw-r--r-- | security/gnutls/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gnutls/PLIST b/security/gnutls/PLIST index 96893180635..2c0eac76645 100644 --- a/security/gnutls/PLIST +++ b/security/gnutls/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2006/03/31 23:56:29 jlam Exp $ +@comment $NetBSD: PLIST,v 1.20 2006/04/17 07:07:33 jlam Exp $ bin/certtool bin/gnutls-cli bin/gnutls-cli-debug @@ -446,9 +446,9 @@ share/examples/gnutls/ex-session-info.c share/examples/gnutls/ex-verify.c share/examples/gnutls/ex-x509-info.c share/examples/gnutls/tcp.c -${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/gnutls.mo -${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/gnutls.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnutls.mo +share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +share/locale/en@quot/LC_MESSAGES/gnutls.mo +share/locale/pl/LC_MESSAGES/gnutls.mo @dirrm share/examples/gnutls @dirrm share/doc/gnutls @dirrm include/gnutls |