diff options
author | perky <perky@FreeBSD.org> | 2003-08-05 18:47:46 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-08-05 18:47:46 +0800 |
commit | 4cd2b7fd66d72591b91c332cb74678795f98009b (patch) | |
tree | f49b4001595c0ba2adf4632cbfbad7118c4c3652 /korean | |
parent | 690617ecd0497d4c3a30eef7d380c00326e8f6a9 (diff) | |
download | freebsd-ports-gnome-4cd2b7fd66d72591b91c332cb74678795f98009b.tar.gz freebsd-ports-gnome-4cd2b7fd66d72591b91c332cb74678795f98009b.tar.zst freebsd-ports-gnome-4cd2b7fd66d72591b91c332cb74678795f98009b.zip |
Remove korean/netdic. It never worked at all and is marked BROKEN
nearly a half year ago.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/netdic/Makefile | 32 | ||||
-rw-r--r-- | korean/netdic/distinfo | 1 | ||||
-rw-r--r-- | korean/netdic/pkg-descr | 5 | ||||
-rw-r--r-- | korean/netdic/pkg-plist | 1 |
5 files changed, 0 insertions, 40 deletions
diff --git a/korean/Makefile b/korean/Makefile index f1b61f55e914..18a0180f0078 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -58,7 +58,6 @@ SUBDIR += mule-freewnn SUBDIR += munhwafonts-cid SUBDIR += nabi - SUBDIR += netdic SUBDIR += netscape48-communicator SUBDIR += netscape48-navigator SUBDIR += nh2ps diff --git a/korean/netdic/Makefile b/korean/netdic/Makefile deleted file mode 100644 index 5d781f81f751..000000000000 --- a/korean/netdic/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: netdic -# Date created: 19 July 2002 -# Whom: Tae-seong Kim <rapzzard@rapzzard.pe.kr>> -# -# $FreeBSD$ -# - -PORTNAME= netdic -PORTVERSION= 0.1 -CATEGORIES= korean deskutils -MASTER_SITES= http://user.chollian.net/~tadboy/source/NetDic/ -DISTNAME= netdic -EXTRACT_SUFX= .c - -MAINTAINER= ports@FreeBSD.org -COMMENT= A network English dictionary utility for Korean - -BROKEN= "Doesn't working at all" - -do-extract: - @${RM} -rf ${WRKDIR} && \ - ${MKDIR} ${WRKDIR} && \ - cd ${WRKDIR} && \ - ${CP} ${DISTDIR}/${DISTFILES} . - -do-build: - ${CC} -o ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}.c - -do-install: - ${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/korean/netdic/distinfo b/korean/netdic/distinfo deleted file mode 100644 index 90f112181800..000000000000 --- a/korean/netdic/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netdic.c) = b47144676fdbf73ed36c84d11d33ed9c diff --git a/korean/netdic/pkg-descr b/korean/netdic/pkg-descr deleted file mode 100644 index e3adba60e24f..000000000000 --- a/korean/netdic/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a port of netdic,which is a dictionary -to fetch yahoo's dictionary data(http://dic.yahoo.co.kr/). - -by BiStwo <tadboy82@hotmail.com> -WWW: http://user.chollian.net/~tadboy(No information this project) diff --git a/korean/netdic/pkg-plist b/korean/netdic/pkg-plist deleted file mode 100644 index a270d30cc184..000000000000 --- a/korean/netdic/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/netdic |