1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update, 5.1.3 -> 5.2.3.

Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
This commit is contained in:
Satoshi Asami 1995-07-29 09:57:25 +00:00
parent 293bc7d7a3
commit 4207ae0118
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2018
4 changed files with 12 additions and 8 deletions

View File

@ -1,15 +1,20 @@
# New ports collection makefile for: pdksh
# Version required: 5.1.3
# Date created: 23 December 1994
# Version required: 5.2.3
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.4 1995/04/01 12:49:56 jkh Exp $
# $Id: Makefile,v 1.5 1995/04/11 19:26:34 asami Exp $
#
DISTNAME= pdksh-5.1.3
DISTNAME= pdksh-5.2.3
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
GNU_CONFIGURE= yes
post-install:
gzip -9nf ${PREFIX}/man/man1/ksh.1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (pdksh-5.1.3.tar.gz) = 85493e3f98909dbdcacc3a074eb3359a
MD5 (pdksh-5.2.3.tar.gz) = 91899aa5acdfd74240034246330dba31

View File

@ -1 +1 @@
PD KSH v5.1.3 94/12/22 (binaries)
The Public Domain Korn Shell.

View File

@ -1,5 +1,4 @@
@cwd /usr/local
bin/ksh
man/man1/ksh.1.gz
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
man/man1/ksh.1