diff options
author | marino <marino@FreeBSD.org> | 2016-09-30 21:40:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-30 21:40:13 +0800 |
commit | 6fc5005b889d10d327d1287d6ca52ee525826136 (patch) | |
tree | 9d471ae60026117c8a12363df1b633de83492eba /shells | |
parent | 2b78489679edb7f6d276583c34583c88a2bd48c5 (diff) | |
download | freebsd-ports-gnome-6fc5005b889d10d327d1287d6ca52ee525826136.tar.gz freebsd-ports-gnome-6fc5005b889d10d327d1287d6ca52ee525826136.tar.zst freebsd-ports-gnome-6fc5005b889d10d327d1287d6ca52ee525826136.zip |
shells/fish: Fix plist when NLS option off
PR: 213087
Reported by: eborisch (gmail)
Patch by: w.schwarzenfeld (utanet.at)
confirmed by: marino
Approved by: just-fix-it
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fish/Makefile | 1 | ||||
-rw-r--r-- | shells/fish/pkg-plist | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 193924953b5f..adc74a9d0bf6 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -3,6 +3,7 @@ PORTNAME= fish PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ diff --git a/shells/fish/pkg-plist b/shells/fish/pkg-plist index 13e02fcf44a2..0131644d699c 100644 --- a/shells/fish/pkg-plist +++ b/shells/fish/pkg-plist @@ -781,12 +781,12 @@ man/man1/fish_key_reader.1.gz %%DATADIR%%/tools/web_config/sample_prompts/terlar.fish %%DATADIR%%/tools/web_config/sample_prompts/user_host_path.fish %%DATADIR%%/tools/web_config/webconfig.py -share/locale/de/LC_MESSAGES/fish.mo -share/locale/en/LC_MESSAGES/fish.mo -share/locale/fr/LC_MESSAGES/fish.mo -share/locale/pt_BR/LC_MESSAGES/fish.mo -share/locale/sv/LC_MESSAGES/fish.mo -share/locale/zh_CN/LC_MESSAGES/fish.mo +%%NLS%%share/locale/de/LC_MESSAGES/fish.mo +%%NLS%%share/locale/en/LC_MESSAGES/fish.mo +%%NLS%%share/locale/fr/LC_MESSAGES/fish.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/fish.mo +%%NLS%%share/locale/sv/LC_MESSAGES/fish.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/fish.mo @dir %%ETCDIR%%/conf.d @dir %%DATADIR%%/vendor_completions.d @dir %%DATADIR%%/vendor_conf.d |