diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-11-08 13:31:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-11-08 13:31:48 +0000 |
commit | 5ba0ffa5bdff8ccbb588bb492eb90e030606f790 (patch) | |
tree | b68c2d54937be3a59b35b67ff9cce2cadd082a6f /chinese/joe | |
parent | 3f5204ff9ed8d41f9ba8b1b85532c9555b71df7c (diff) | |
download | ports-5ba0ffa5bdff8ccbb588bb492eb90e030606f790.tar.gz ports-5ba0ffa5bdff8ccbb588bb492eb90e030606f790.zip |
- Mark it as IGNORE until it be updated to 3.x
- Fix INDEX build
No donuts for: garga
Notes
Notes:
svn path=/head/; revision=147570
Diffstat (limited to 'chinese/joe')
-rw-r--r-- | chinese/joe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index ddd439508f2c..69bd29d02802 100644 --- a/chinese/joe/Makefile +++ b/chinese/joe/Makefile @@ -18,7 +18,9 @@ MAINTAINER= chinsan.tw@gmail.com LATEST_LINK= ${PKGNAMEPREFIX}joe -MASTERDIR= ${.CURDIR}/../../editors/joe2 +MASTERDIR= ${.CURDIR}/../../editors/joe MD5_FILE= ${.CURDIR}/distinfo +IGNORE= "Waiting to be updated to 3.x, use chinese/joe2" + .include "${MASTERDIR}/Makefile" |