From f71ecd1329909641aa44b549e74f8fdd3e0f69bb Mon Sep 17 00:00:00 2001 From: krion Date: Fri, 9 Apr 2004 18:22:27 +0000 Subject: - Update to version 040216 PR: ports/65369 Submitted by: Ports Fury --- shells/osh/Makefile | 6 +++--- shells/osh/distinfo | 4 ++-- shells/osh/files/patch-Makefile | 10 ---------- 3 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 shells/osh/files/patch-Makefile (limited to 'shells/osh') diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 95902dd228c0..d7f36d3efc0d 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 5a498bbd28bd..56bab3a067d8 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 31fd8bc40492..000000000000 --- 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 -- cgit