diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:33:43 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:47:29 +0000 |
commit | 63b6f938109571011e834d4f1e97c248c1919102 (patch) | |
tree | 5858446787893e0aa6cbf26de5e71155a7c8801b /hungarian | |
parent | 7774ccb4f56cfb8e4713455242e644d968a5e2ad (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> |