diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-02-15 16:25:32 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-02-15 16:25:32 +0000 |
commit | 5bd92eb98903f7db52b363491b73dcdc073649c2 (patch) | |
tree | 999a4d44ceb1659d65acf50f6bcc2401562f6430 /shells | |
parent | 237cd7524f10b715f44e99243765f951cba0e58f (diff) | |
download | ports-5bd92eb98903f7db52b363491b73dcdc073649c2.tar.gz ports-5bd92eb98903f7db52b363491b73dcdc073649c2.zip |
Upgrade to newer version.
Notes
Notes:
svn path=/head/; revision=2714
Diffstat (limited to 'shells')
-rw-r--r-- | shells/pdksh/Makefile | 9 | ||||
-rw-r--r-- | shells/pdksh/distinfo | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index e6943774f987..8ddd3ad9ebc8 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -3,18 +3,23 @@ # Date created: 23 May 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.5 1995/04/11 19:26:34 asami Exp $ +# $Id: Makefile,v 1.6 1995/07/29 09:57:17 asami Exp $ # -DISTNAME= pdksh-5.2.3 +DISTNAME= pdksh-5.2.4 CATEGORIES+= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de +PATCHFILES= pdksh-5.2.4.patch-1 pdksh-5.2.4.patch-2 +PATCH_SITES= ${MASTER_SITES} + GNU_CONFIGURE= yes post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/ksh.1 +.endif .include <bsd.port.mk> diff --git a/shells/pdksh/distinfo b/shells/pdksh/distinfo index 35656f35ecfd..73b3fc01aa02 100644 --- a/shells/pdksh/distinfo +++ b/shells/pdksh/distinfo @@ -1 +1,3 @@ -MD5 (pdksh-5.2.3.tar.gz) = 91899aa5acdfd74240034246330dba31 +MD5 (pdksh-5.2.4.tar.gz) = 3c61524a977e6f36fb487d88a001e68a +MD5 (pdksh-5.2.4.patch-1) = 3c040d1185624c21eccae3e11bd4ba62 +MD5 (pdksh-5.2.4.patch-2) = daf79b079e4477d861488f197e082040 |