diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 11:33:32 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 11:47:29 +0800 |
commit | 7774ccb4f56cfb8e4713455242e644d968a5e2ad (patch) | |
tree | 0e87cd6b16a851835cf47dc5fe4b2fa0a7ade751 /textproc/cs-hyphen | |
parent | c7b293aff6fb18b5ad0e5afd0e258b1a5222771e (diff) | |
download | freebsd-ports-7774ccb4f56cfb8e4713455242e644d968a5e2ad.zip |
*/*hyphen: Fix 915dbfaa562e20c8402d3873f8bfbf07899f9f8a
Remove accidentally-generated 'Makefile '
Reported by: bdrewery
Diffstat (limited to 'textproc/cs-hyphen')
-rw-r--r-- | textproc/cs-hyphen/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/cs-hyphen/Makefile b/textproc/cs-hyphen/Makefile deleted file mode 100644 index 587fc3f22109..000000000000 --- a/textproc/cs-hyphen/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= hyphen -PORTVERSION= 2.0 -CATEGORIES= textproc -MASTER_SITES= SF/aoo-extensions/1078/0/ -PKGNAMEPREFIX= cs- -DISTNAME= dict-cs-${PORTVERSION} -EXTRACT_SUFX= .oxt -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Czech hyphenation rules - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/hyph_cs_CZ.dic - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_cs_CZ.dic ${STAGEDIR}${DATADIR}/ - -.include <bsd.port.mk> |