diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 2 | ||||
-rw-r--r-- | shells/osh/distinfo | 4 | ||||
-rw-r--r-- | shells/osh/pkg-plist | 4 |
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 |