summaryrefslogtreecommitdiff
path: root/shells/pdksh/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-29 09:57:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-29 09:57:25 +0000
commit4207ae0118c00ba0c7f59b918f4c442e0fd184e8 (patch)
tree256845188c6d3380cd0f648c84f75a0520d62a5c /shells/pdksh/Makefile
parentInstall machine-independent scripts into /usr/local/share, etc. (diff)
Update, 5.1.3 -> 5.2.3.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=2018
Diffstat (limited to 'shells/pdksh/Makefile')
-rw-r--r--shells/pdksh/Makefile13
1 files changed, 9 insertions, 4 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>