diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-14 09:57:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-14 09:57:00 +0800 |
commit | a46450cb02c11b5521a354a1f2c67f35349d82fc (patch) | |
tree | 158352976b71f8663903c89fa627f1f0fa20eaf7 /misc/hello | |
parent | 68a2ff3dc7bd82f938a430f1aab239498fe7c78a (diff) | |
download | freebsd-ports-gnome-a46450cb02c11b5521a354a1f2c67f35349d82fc.tar.gz freebsd-ports-gnome-a46450cb02c11b5521a354a1f2c67f35349d82fc.tar.zst freebsd-ports-gnome-a46450cb02c11b5521a354a1f2c67f35349d82fc.zip |
- Do not remove directories not created by this port
Reported by: pkg (DEVELOPER_MODE)
Diffstat (limited to 'misc/hello')
-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 |