diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-07 23:39:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-07 23:39:37 +0800 |
commit | 137a2e15d57176d36ff618830876748b2203c40a (patch) | |
tree | cf7d9fd9a5f6966adcb65c33815695d3a7b6bb03 | |
parent | 142a5ee358215f30d59f88a5e47ddf9734491136 (diff) | |
download | freebsd-ports-gnome-137a2e15d57176d36ff618830876748b2203c40a.tar.gz freebsd-ports-gnome-137a2e15d57176d36ff618830876748b2203c40a.tar.zst freebsd-ports-gnome-137a2e15d57176d36ff618830876748b2203c40a.zip |
Unbroke the port.
The distfile is still available from www.research.att.com/sw/tools/reuse
under the original conditions.
PR: 18989
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
-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 |