diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-14 01:57:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-14 01:57:00 +0000 |
commit | d912c8b44005751fde99469e5767bb0806781967 (patch) | |
tree | 158352976b71f8663903c89fa627f1f0fa20eaf7 /misc | |
parent | 34212a25657119239efccd1cc7cd00d29f75ddb4 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hello/Makefile | 1 | ||||
-rw-r--r-- | misc/hello/pkg-plist | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile index 99aca1c5c047..4be4dae1e3ce 100644 --- a/misc/hello/Makefile +++ b/misc/hello/Makefile @@ -12,6 +12,7 @@ COMMENT= A utility for saying hello to the world and reading email USE_PERL5_BUILD= YES GNU_CONFIGURE= YES +USES= charsetfix MAN1= hello.1 INFO= hello diff --git a/misc/hello/pkg-plist b/misc/hello/pkg-plist index 88a3db0ec06d..6a135ad0f6ba 100644 --- a/misc/hello/pkg-plist +++ b/misc/hello/pkg-plist @@ -41,9 +41,3 @@ bin/hello %%NLS%%share/locale/vi/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo -%%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/es_AR -%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/de_DE -%%NLS%%@dirrmtry share/locale/rm/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/rm |