diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-10-10 07:26:51 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-10-10 07:26:51 +0000 |
commit | 9f43ab1dd812b4f275f24181649737b69659cf85 (patch) | |
tree | 6122ba26d35664d175c17d9416598df82789fa52 /devel/gmake/pkg-plist | |
parent | 944f5449af94113e8605b03133b7299f966edc9b (diff) |
Various fixes for new scheme of detecting intl.4, which comes with this
version of GNU make.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Also provide WITHOUT_NLS knob to build without localized messages.
Notes
Notes:
svn path=/head/; revision=67729
Diffstat (limited to 'devel/gmake/pkg-plist')
-rw-r--r-- | devel/gmake/pkg-plist | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/devel/gmake/pkg-plist b/devel/gmake/pkg-plist index 2a2b0baa601a..27a78e0fccb1 100644 --- a/devel/gmake/pkg-plist +++ b/devel/gmake/pkg-plist @@ -2,22 +2,19 @@ bin/gmake @unexec install-info --delete %D/info/make.info %D/info/dir info/make.info @exec install-info %D/info/make.info %D/info/dir -share/locale/da/LC_MESSAGES/make.mo -share/locale/de/LC_MESSAGES/make.mo -share/locale/es/LC_MESSAGES/make.mo -share/locale/fr/LC_MESSAGES/make.mo -share/locale/gl/LC_MESSAGES/make.mo -share/locale/he/LC_MESSAGES/make.mo -share/locale/hr/LC_MESSAGES/make.mo -share/locale/ja/LC_MESSAGES/make.mo -share/locale/ko/LC_MESSAGES/make.mo -share/locale/nl/LC_MESSAGES/make.mo -share/locale/pl/LC_MESSAGES/make.mo -share/locale/pt_BR/LC_MESSAGES/make.mo -share/locale/ru/LC_MESSAGES/make.mo -share/locale/sv/LC_MESSAGES/make.mo -share/locale/tr/LC_MESSAGES/make.mo -share/locale/zh_CN/LC_MESSAGES/make.mo -@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/* 2>/dev/null || true -@unexec rmdir %D/share/locale 2>/dev/null || true +%%NLS%%share/locale/da/LC_MESSAGES/make.mo +%%NLS%%share/locale/de/LC_MESSAGES/make.mo +%%NLS%%share/locale/es/LC_MESSAGES/make.mo +%%NLS%%share/locale/fr/LC_MESSAGES/make.mo +%%NLS%%share/locale/gl/LC_MESSAGES/make.mo +%%NLS%%share/locale/he/LC_MESSAGES/make.mo +%%NLS%%share/locale/hr/LC_MESSAGES/make.mo +%%NLS%%share/locale/ja/LC_MESSAGES/make.mo +%%NLS%%share/locale/ko/LC_MESSAGES/make.mo +%%NLS%%share/locale/nl/LC_MESSAGES/make.mo +%%NLS%%share/locale/pl/LC_MESSAGES/make.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/make.mo +%%NLS%%share/locale/ru/LC_MESSAGES/make.mo +%%NLS%%share/locale/sv/LC_MESSAGES/make.mo +%%NLS%%share/locale/tr/LC_MESSAGES/make.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/make.mo |