diff options
author | wxs <wxs@FreeBSD.org> | 2008-11-05 07:13:46 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-11-05 07:13:46 +0800 |
commit | f149f1d7929a657ba204feee1c1fd3fdc0e67967 (patch) | |
tree | 8318b189bfc7ae5336cf620458eedbeb2aea0be3 /shells/ksh93 | |
parent | 4001da398e83a661302440795eb77e0266662779 (diff) | |
download | freebsd-ports-gnome-f149f1d7929a657ba204feee1c1fd3fdc0e67967.tar.gz freebsd-ports-gnome-f149f1d7929a657ba204feee1c1fd3fdc0e67967.tar.zst freebsd-ports-gnome-f149f1d7929a657ba204feee1c1fd3fdc0e67967.zip |
Add CONFLICTS for new port: shells/ksh93-devel.
Diffstat (limited to 'shells/ksh93')
-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 |