aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2014-12-09 21:30:14 +0000
committerJason Helfman <jgh@FreeBSD.org>2014-12-09 21:30:14 +0000
commit626019d5efa3e75c6249d14b99ebf5482524e20b (patch)
treead34f8e90629a1784c609e679b2dbd2570cb622a /shells
parent0796bef5ec5eb775bc401901b9cb4dc7535aa8f1 (diff)
downloadports-626019d5efa3e75c6249d14b99ebf5482524e20b.tar.gz
ports-626019d5efa3e75c6249d14b99ebf5482524e20b.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/fish/Makefile2
-rw-r--r--shells/fish/pkg-deinstall7
2 files changed, 1 insertions, 8 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile
index 8b9d85375724..06f5f748f88a 100644
--- a/shells/fish/Makefile
+++ b/shells/fish/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fish
PORTVERSION= 2.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= shells
MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/
diff --git a/shells/fish/pkg-deinstall b/shells/fish/pkg-deinstall
deleted file mode 100644
index a3c046a0658c..000000000000
--- a/shells/fish/pkg-deinstall
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$2" = "DEINSTALL" ]; then
- /bin/cp /etc/shells /etc/shells.bak
- /usr/bin/grep -v '/usr/local/bin/fish' /etc/shells.bak >> /etc/shells
- /bin/rm -f /etc/shells.bak
-fi