diff options
author | asami <asami@FreeBSD.org> | 1995-07-29 17:57:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-29 17:57:25 +0800 |
commit | 82cddc7eae255d620d3b576cd51dd9691301db84 (patch) | |
tree | c82ae12f19d741393b4d1830840340f2fb7e5c31 /shells | |
parent | c0358a82e5447c12935109c8618bfb7e2eebb5d9 (diff) | |
download | freebsd-ports-gnome-82cddc7eae255d620d3b576cd51dd9691301db84.tar.gz freebsd-ports-gnome-82cddc7eae255d620d3b576cd51dd9691301db84.tar.zst freebsd-ports-gnome-82cddc7eae255d620d3b576cd51dd9691301db84.zip |
Update, 5.1.3 -> 5.2.3.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'shells')
-rw-r--r-- | shells/pdksh/Makefile | 13 | ||||
-rw-r--r-- | shells/pdksh/distinfo | 2 | ||||
-rw-r--r-- | shells/pdksh/pkg-comment | 2 | ||||
-rw-r--r-- | shells/pdksh/pkg-plist | 3 |
4 files changed, 12 insertions, 8 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index ed05477b7d8b..e6943774f987 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -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> diff --git a/shells/pdksh/distinfo b/shells/pdksh/distinfo index d15ecd4c8cc5..35656f35ecfd 100644 --- a/shells/pdksh/distinfo +++ b/shells/pdksh/distinfo @@ -1 +1 @@ -MD5 (pdksh-5.1.3.tar.gz) = 85493e3f98909dbdcacc3a074eb3359a +MD5 (pdksh-5.2.3.tar.gz) = 91899aa5acdfd74240034246330dba31 diff --git a/shells/pdksh/pkg-comment b/shells/pdksh/pkg-comment index 657b05dc793b..509256401a87 100644 --- a/shells/pdksh/pkg-comment +++ b/shells/pdksh/pkg-comment @@ -1 +1 @@ -PD KSH v5.1.3 94/12/22 (binaries) +The Public Domain Korn Shell. diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist index 830a7aa96d33..bf663d281265 100644 --- a/shells/pdksh/pkg-plist +++ b/shells/pdksh/pkg-plist @@ -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 |