diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-07-16 06:20:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-07-16 06:20:31 +0000 |
commit | 1c33c4f0f504e5b696328a3a78876c0b90c8fdda (patch) | |
tree | 894cfd8b5b0673c882855018a401701d600a484f /shells/pdksh/Makefile | |
parent | fc3bcccc53ed93ddf8bf5235cd3af20ca7f5a09b (diff) |
Notes
Diffstat (limited to 'shells/pdksh/Makefile')
-rw-r--r-- | shells/pdksh/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 52c057f2298d..f83da21f1a36 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -1,16 +1,20 @@ # New ports collection makefile for: pdksh -# Version required: 5.2.13 +# Version required: 5.2.14 # Date created: 23 May 1995 -# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.17 1997/10/28 15:36:37 tg Exp $ +# $Id: Makefile,v 1.18 1998/04/29 07:56:42 tg Exp $ # -DISTNAME= pdksh-5.2.13 +DISTNAME= pdksh-5.2.14 CATEGORIES= shells -MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ +MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ + http://gd.tuwien.ac.at/utils/shells/pdksh/ \ + ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \ + ftp://ftp.demon.net/pub/mirrors/pdksh/ \ + ftp://ftp.rge.com/pub/shells/pdksh/ -MAINTAINER= tg@FreeBSD.ORG +MAINTAINER= tg@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= LDSTATIC=-static |