diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:34:06 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:34:06 +0800 |
commit | 91082f1a1075c587148cdc85cbe1196f175a18e6 (patch) | |
tree | ec0315d3d86e3f8717ed33380a1b359ca92fc43f /shells/ksh93/Makefile | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | freebsd-ports-gnome-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz freebsd-ports-gnome-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.zst freebsd-ports-gnome-91082f1a1075c587148cdc85cbe1196f175a18e6.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'shells/ksh93/Makefile')
-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 41179ac4991c..9394351ed1cb 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 |