diff options
author | Alan Somers <asomers@FreeBSD.org> | 2017-02-09 00:09:59 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2017-02-09 00:09:59 +0000 |
commit | 339de38ec07f0d0077671049b6c0d1513a01920d (patch) | |
tree | f0506c6bc0aa8fd9dcdcd33500e2f98a0c6fcc38 /shells/fish/Makefile | |
parent | 90cb6e2745656045fb53e4a12a796a7a16baac0d (diff) | |
download | ports-339de38ec07f0d0077671049b6c0d1513a01920d.tar.gz ports-339de38ec07f0d0077671049b6c0d1513a01920d.zip |
Fix two bugs in shells/fish
1) The build would fail when DOCS=off (PR 216167)
2) Tab completion doesn't work for "mount -t" (PR 216032)
PR: 216167
PR: 216032
Reported by: Maxfx <maficccc@gmail.com>
Reported by: David Guyot <david.guyot@europecamions-interactive.com>
Approved by: brd (ports)
Notes
Notes:
svn path=/head/; revision=433701
Diffstat (limited to 'shells/fish/Makefile')
-rw-r--r-- | shells/fish/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index d6c7da07f253..ec206d10c4cd 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -3,6 +3,7 @@ PORTNAME= fish PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ |