diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-11-04 23:13:46 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-11-04 23:13:46 +0000 |
commit | e7c450223fd209fd25d00613c5820cf444df91e3 (patch) | |
tree | dfe6d4547cbde5d7383ee835e989ecb3434624f8 /shells | |
parent | 45602fcdefb202a73c5c21c92eab38ac3bede0ec (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ksh93/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 966fcb6e65e0..7630a0b7d651 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -17,6 +17,7 @@ PORTNAME= ksh93 PORTVERSION= ${VERSION:S/-//g} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.research.att.com/~gsf/download/tgz/ DISTNAME= ${PORTNAME}-${VERSION} @@ -26,6 +27,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= joe@zircon.seattle.wa.us COMMENT= Official AT&T release of KornShell 93 +CONFLICTS= ksh93-devel-200* MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment VERSION= 2008-07-25 |