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 /polish | |
parent | 7774ccb4f56cfb8e4713455242e644d968a5e2ad (diff) |
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> |