aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-09 18:22:27 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-09 18:22:27 +0000
commit83a8686a570ba9c94cbdc5045722c5f509014d29 (patch)
treea0efb3cbb37a510df23e7fd44736e948b4b78041 /shells
parent51ad076175af6fb266d772b7b0bf3fda405666d7 (diff)
downloadports-83a8686a570ba9c94cbdc5045722c5f509014d29.tar.gz
ports-83a8686a570ba9c94cbdc5045722c5f509014d29.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/osh/Makefile6
-rw-r--r--shells/osh/distinfo4
-rw-r--r--shells/osh/files/patch-Makefile10
3 files changed, 5 insertions, 15 deletions
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