diff options
author | krion <krion@FreeBSD.org> | 2004-04-09 18:22:27 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-09 18:22:27 +0000 |
commit | f71ecd1329909641aa44b549e74f8fdd3e0f69bb (patch) | |
tree | 7e689320ddd95885c29f13c3bf32fad7415e39f9 /shells/osh | |
parent | 1f8a80e0be7fb68fe69c76cfd513d0ac09803f4f (diff) | |
download | FreeBSD-ports-f71ecd1329909641aa44b549e74f8fdd3e0f69bb.zip FreeBSD-ports-f71ecd1329909641aa44b549e74f8fdd3e0f69bb.tar.gz |
- Update to version 040216
PR: ports/65369
Submitted by: Ports Fury
Diffstat (limited to 'shells/osh')
-rw-r--r-- | shells/osh/Makefile | 6 | ||||
-rw-r--r-- | shells/osh/distinfo | 4 | ||||
-rw-r--r-- | shells/osh/files/patch-Makefile | 10 |
3 files changed, 5 insertions, 15 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 95902dd..d7f36d3 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -6,17 +6,17 @@ # PORTNAME= osh -PORTVERSION= 031112 +PORTVERSION= 040216 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ MAINTAINER= ports@FreeBSD.org -COMMENT= An implementation of the UNIX 6th Edition shell. +COMMENT= An implementation of the UNIX 6th Edition shell MAN1= goto.1 if.1 osh.1 post-install: - @${ECHO} "updating /etc/shells" + @${ECHO_MSG} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/osh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/osh) > /etc/shells diff --git a/shells/osh/distinfo b/shells/osh/distinfo index 5a498bb..56bab3a 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,2 +1,2 @@ -MD5 (osh-031112.tar.gz) = 3d47704732e71ae2a1cb2eee40e401c3 -SIZE (osh-031112.tar.gz) = 19759 +MD5 (osh-040216.tar.gz) = afb9aa813df11b6c624fc1953e1bf650 +SIZE (osh-040216.tar.gz) = 34235 diff --git a/shells/osh/files/patch-Makefile b/shells/osh/files/patch-Makefile deleted file mode 100644 index 31fd8bc..0000000 --- a/shells/osh/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Tue Oct 14 16:54:09 2003 -+++ Makefile Sat Oct 18 01:59:36 2003 -@@ -22,7 +22,6 @@ - - # Choose where and how to install the binaries and man pages. - # --PREFIX= /usr/local - BINDIR= $(PREFIX)/bin - MANDIR= $(PREFIX)/man - MANSECT= $(MANDIR)/man1 |