diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-26 20:44:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-26 20:44:06 +0800 |
commit | b07d8a9f805f87e39ddda10f11109f7226a9cebc (patch) | |
tree | 95807c5d63f6291f833ed6122e6874ed0a9bddfb /chinese | |
parent | e2d05a7e9c8c5cf0b84ced73baf9e87734f9ad42 (diff) | |
download | freebsd-ports-graphics-b07d8a9f805f87e39ddda10f11109f7226a9cebc.tar.gz freebsd-ports-graphics-b07d8a9f805f87e39ddda10f11109f7226a9cebc.tar.zst freebsd-ports-graphics-b07d8a9f805f87e39ddda10f11109f7226a9cebc.zip |
Remove the chinese specific version of joe's editor
The regular editors/joe now support chinese
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/joe/Makefile | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 24a099decd9..13b4dfa6ce9 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -61,7 +61,6 @@ SUBDIR += ibus-table-chinese SUBDIR += irssi SUBDIR += jis2gb - SUBDIR += joe SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile deleted file mode 100644 index 9a960854746..00000000000 --- a/chinese/joe/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Shen Chuan-Hsing <statue@mail.elife.idv.tw> -# $FreeBSD$ - -CATEGORIES= chinese - -PATCH_SITES= LOCAL/chinsan/patch -PATCHFILES= zh-joe-3.7.diff -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org - -DEPRECATED= The difference with editors/joe is too trivial to warrant a separate port -EXPIRATION_DATE=2015-09-27 - -MASTERDIR= ${.CURDIR}/../../editors/joe - -.include "${MASTERDIR}/Makefile" |