diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-07 15:39:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-07 15:39:37 +0000 |
commit | e2548f2fb4641ac820dd1e273a5a2600d90a702a (patch) | |
tree | 1d1fc6215a16e9b343b93876c1b148c2eea33a78 /shells/ksh93 | |
parent | 9de1af78f41d846778cc04935a288c4e27ff213e (diff) | |
download | ports-e2548f2fb4641ac820dd1e273a5a2600d90a702a.tar.gz ports-e2548f2fb4641ac820dd1e273a5a2600d90a702a.zip |
Notes
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index ee945095a283..05bca07dfb05 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -10,6 +10,8 @@ PORTNAME= ksh PORTVERSION= 19931228 CATEGORIES= shells # Users must register with AT&T before downloading tarball. +# You can use the following URL to register/download: +# http://www.research.att.com/cgi-bin/access.cgi/as/vt/ext-software/www-ne-license.cgi?form.reuse.binary #MASTER_SITES= http://www.research.att.com/sw/tools/reuse/ DISTNAME= ast-base-98.bsd.i386 EXTRACT_SUFX= .tgz @@ -18,7 +20,6 @@ MAINTAINER= naddy@mips.inka.de ONLY_FOR_ARCHS= i386 RESTRICTED= "Requires user to register with AT&T." -BROKEN= "Binary distribution no longer available" NO_BUILD= yes NO_WRKSUBDIR= yes |