diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 91082f1a1075c587148cdc85cbe1196f175a18e6 (patch) | |
tree | ec0315d3d86e3f8717ed33380a1b359ca92fc43f /shells/ksh93 | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 41179ac..9394351 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: ksh93 -# Version required: 98 # Date created: 1999-10-24 # Whom: Christian Weisgerber <naddy@mips.rhein-neckar.de> # # $FreeBSD$ # - # ast-base-99 is linked dynamically for BSD/OS and will not work -DISTNAME= ast-base-98.bsd.i386 -PKGNAME= ksh-19931228 + +PORTNAME= ksh +PORTVERSION= 19931228 CATEGORIES= shells # Users must register with AT&T before downloading tarball. #MASTER_SITES= http://www.research.att.com/sw/tools/reuse/ +DISTNAME= ast-base-98.bsd.i386 EXTRACT_SUFX= .tgz MAINTAINER= naddy@mips.rhein-neckar.de |