summaryrefslogtreecommitdiff
path: root/ukrainian
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 11:33:43 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 11:47:29 +0800
commit63b6f938109571011e834d4f1e97c248c1919102 (patch)
tree5858446787893e0aa6cbf26de5e71155a7c8801b /ukrainian
parent*/*hyphen: Fix 915dbfaa562e20c8402d3873f8bfbf07899f9f8a (diff)
Remove accidentally-generated 'Makefile ' Reported by: bdrewery
Diffstat (limited to 'ukrainian')
-rw-r--r--ukrainian/mythes/Makefile 28
1 files changed, 0 insertions, 28 deletions
diff --git a/ukrainian/mythes/Makefile b/ukrainian/mythes/Makefile
deleted file mode 100644
index 41d354055646..000000000000
--- a/ukrainian/mythes/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= mythes
-PORTVERSION= 1.8.0
-CATEGORIES= ukrainian textproc
-MASTER_SITES= SF/ispell-uk/spell-uk/${PORTVERSION}
-DISTNAME= spell-uk-${PORTVERSION}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= office@FreeBSD.org
-COMMENT= Ukrainian thesaurus
-
-LICENSE= LGPL21 GPLv2
-LICENSE_COMB= dual
-
-NO_ARCH= yes
-USES= perl5 tar:tgz
-USE_PERL5= build
-
-PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \
- %%DATADIR%%/th_uk_UA.idx
-
-do-build:
- @${PERL} ${WRKSRC}/bin/th_gen_idx.pl < ${WRKSRC}/src/thesaurus/th_uk_UA.dat > ${WRKSRC}/src/thesaurus/th_uk_UA.idx
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/src/thesaurus/th_uk_UA.dat ${WRKSRC}/src/thesaurus/th_uk_UA.idx ${STAGEDIR}${DATADIR}/
-
-.include <bsd.port.mk>