diff options
Diffstat (limited to 'shells/pdksh/Makefile')
-rw-r--r-- | shells/pdksh/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index adfe60b8dbe1..7fb138218e82 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: pdksh -# Version required: 5.2.12 +# Version required: 5.2.13 # Date created: 23 May 1995 -# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.15 1996/11/05 08:11:34 tg Exp $ +# $Id: Makefile,v 1.16 1996/11/18 11:39:51 asami Exp $ # -DISTNAME= pdksh-5.2.12 +DISTNAME= pdksh-5.2.13 CATEGORIES= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ -MAINTAINER= tg@freebsd.org +MAINTAINER= tg@FreeBSD.ORG GNU_CONFIGURE= yes MAN1= ksh.1 |