aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-06-03 18:46:19 +0800
committermiwi <miwi@FreeBSD.org>2014-06-03 18:46:19 +0800
commitaf6bf6d233be81a48e3ea37232b0f28daaa135b0 (patch)
tree096ce1ed22e22457b38b7e59b287c73035ea53cb /shells
parent5b9dd88126ed683a8941e358e07dd033c48fcce8 (diff)
downloadfreebsd-ports-graphics-af6bf6d233be81a48e3ea37232b0f28daaa135b0.tar.gz
freebsd-ports-graphics-af6bf6d233be81a48e3ea37232b0f28daaa135b0.tar.zst
freebsd-ports-graphics-af6bf6d233be81a48e3ea37232b0f28daaa135b0.zip
- Update to 20140410
Diffstat (limited to 'shells')
-rw-r--r--shells/osh/Makefile2
-rw-r--r--shells/osh/distinfo4
-rw-r--r--shells/osh/pkg-plist4
3 files changed, 5 insertions, 5 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index 584ffdc0dbd..7247df73050 100644
--- a/shells/osh/Makefile
+++ b/shells/osh/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= osh
-DISTVERSION= 20120604
+DISTVERSION= 20140410
CATEGORIES= shells
MASTER_SITES= http://v6shell.org/src/
diff --git a/shells/osh/distinfo b/shells/osh/distinfo
index a509732d0c4..31614b46e5c 100644
--- a/shells/osh/distinfo
+++ b/shells/osh/distinfo
@@ -1,2 +1,2 @@
-SHA256 (osh-20120604.tar.gz) = 0e7d7cb6dd48852c11710e6403855c8dfe3231405407d296d734a2935afaf019
-SIZE (osh-20120604.tar.gz) = 124688
+SHA256 (osh-20140410.tar.gz) = c1830ecf56d4705a744677a53f79b2ec6e71e8f9fb9a229dc3632afd8e7a4ff6
+SIZE (osh-20140410.tar.gz) = 127676
diff --git a/shells/osh/pkg-plist b/shells/osh/pkg-plist
index 23249c25b3d..4db1b64e8f8 100644
--- a/shells/osh/pkg-plist
+++ b/shells/osh/pkg-plist
@@ -10,5 +10,5 @@ man/man1/goto.1.gz
man/man1/if.1.gz
man/man1/osh.1.gz
man/man1/sh6.1.gz
-@exec echo "updating ${DESTDIR}/etc/shells"; cp ${DESTDIR}/etc/shells ${DESTDIR}/etc/shells.bak; (grep -v %D/%F ${DESTDIR}/etc/shells.bak; echo %D/%F) >${DESTDIR}/etc/shells
-@unexec echo "updating ${DESTDIR}/etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
+@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak