aboutsummaryrefslogtreecommitdiff
path: root/hungarian
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:33:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:47:29 +0000
commit63b6f938109571011e834d4f1e97c248c1919102 (patch)
tree5858446787893e0aa6cbf26de5e71155a7c8801b /hungarian
parent7774ccb4f56cfb8e4713455242e644d968a5e2ad (diff)
Diffstat (limited to 'hungarian')
-rw-r--r--hungarian/mythes/Makefile 26
1 files changed, 0 insertions, 26 deletions
diff --git a/hungarian/mythes/Makefile b/hungarian/mythes/Makefile
deleted file mode 100644
index e984891ec2ae..000000000000
--- a/hungarian/mythes/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= mythes
-PORTVERSION= 2003.09.29
-PORTREVISION= 1
-CATEGORIES= hungarian textproc
-MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
-DISTNAME= thes_hu_HU-${PORTVERSION:C/\.//g}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= office@FreeBSD.org
-COMMENT= Hungarian thesaurus
-
-LICENSE= GPLv2
-
-USES= zip
-NO_ARCH= yes
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \
- %%DATADIR%%/th_hu_HU.idx
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${STAGEDIR}${DATADIR}/
-
-.include <bsd.port.mk>