diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-15 22:01:54 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-15 22:01:54 +0000 |
commit | 1befcd3f27ddb7e0a78f149f3d765070bfb48036 (patch) | |
tree | 8a4bb38f239e9448d6715e7a6383645e8f674826 /shells/ksh93/Makefile | |
parent | 61656eb5009445a0ee6b8358b1ea7781125fb032 (diff) | |
download | FreeBSD-ports-1befcd3f27ddb7e0a78f149f3d765070bfb48036.zip FreeBSD-ports-1befcd3f27ddb7e0a78f149f3d765070bfb48036.tar.gz |
Oops, put the correct file into /etc/shells.
Submitted by: jhb
Diffstat (limited to 'shells/ksh93/Makefile')
-rw-r--r-- | shells/ksh93/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index fcdbf8b..17eb852 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -6,6 +6,7 @@ PORTNAME= ksh93 PORTVERSION= ${VERSION:S/-//g} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.research.att.com/~gsf/download/tgz/ DISTNAME= ${PORTNAME}-${VERSION} |