- Update to version 040216

PR:		ports/65369
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-04-09 18:22:27 +00:00
parent 51ad076175
commit 83a8686a57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106593
3 changed files with 5 additions and 15 deletions

View file

@ -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

View file

@ -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

View file

@ -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