Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 06:33:43 +0300
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 06:47:29 +0300
commit63b6f938109571011e834d4f1e97c248c1919102 (patch)
tree5858446787893e0aa6cbf26de5e71155a7c8801b /polish
parent7774ccb4f56cfb8e4713455242e644d968a5e2ad (diff)
*/*mythes: Fix 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63
Remove accidentally-generated 'Makefile ' Reported by: bdrewery
Diffstat (limited to 'polish')
-rw-r--r--polish/mythes/Makefile 26
1 files changed, 0 insertions, 26 deletions
diff --git a/polish/mythes/Makefile b/polish/mythes/Makefile
deleted file mode 100644
index 32ee0b745495..000000000000
--- a/polish/mythes/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= mythes
-PORTVERSION= 1.5
-PORTREVISION= 1
-CATEGORIES= polish textproc
-MASTER_SITES= SF/synonimy/synonimy/${PORTVERSION}/
-DISTNAME= OOo2-Thesaurus-${PORTVERSION}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= office@FreeBSD.org
-COMMENT= Polish thesaurus
-
-LICENSE= LGPL21
-
-USES= zip
-NO_ARCH= yes
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= %%DATADIR%%/th_pl_PL_v2.dat \
- %%DATADIR%%/th_pl_PL_v2.idx
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/th_pl_PL_v2.dat ${WRKSRC}/th_pl_PL_v2.idx ${STAGEDIR}${DATADIR}/
-
-.include <bsd.port.mk>