diff options
author | garga <garga@FreeBSD.org> | 2005-11-08 13:31:48 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-08 13:31:48 +0000 |
commit | 2fe7bf63b52f30e348d0b79cf007ca1db1a0535d (patch) | |
tree | 0ec1a9d775a2f3b79d5cb128fd3be0f81a088c7a /chinese | |
parent | b361c55ed225954b39f728dfa4c3141a890c4a83 (diff) | |
download | FreeBSD-ports-2fe7bf63b52f30e348d0b79cf007ca1db1a0535d.zip FreeBSD-ports-2fe7bf63b52f30e348d0b79cf007ca1db1a0535d.tar.gz |
- Mark it as IGNORE until it be updated to 3.x
- Fix INDEX build
No donuts for: garga
Diffstat (limited to 'chinese')
-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 ddd43950..69bd29d 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" |