diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-02-16 10:45:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-02-16 10:45:03 +0000 |
commit | 9bc23ad6960b642b22e0a8deb94b5fac972a015c (patch) | |
tree | f4808f4becf67db2e133661d066a7db398b08586 /shells | |
parent | b92b9c2a9c51d7b091b7bf0cc35c15a912ce7422 (diff) | |
download | ports-9bc23ad6960b642b22e0a8deb94b5fac972a015c.tar.gz ports-9bc23ad6960b642b22e0a8deb94b5fac972a015c.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/pdksh/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 8ddd3ad9ebc8..5f228096715a 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: pdksh -# Version required: 5.2.3 +# Version required: 5.2.4 + patch 1, 2 # Date created: 23 May 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.6 1995/07/29 09:57:17 asami Exp $ +# $Id: Makefile,v 1.7 1996/02/15 16:25:29 tg Exp $ # DISTNAME= pdksh-5.2.4 +PKGNAME= pdksh-5.2.4.2 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} +PATCHFILES= pdksh-5.2.4.patch-1 pdksh-5.2.4.patch-2 + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de GNU_CONFIGURE= yes |