diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:33:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:47:29 +0000 |
commit | 7774ccb4f56cfb8e4713455242e644d968a5e2ad (patch) | |
tree | 0e87cd6b16a851835cf47dc5fe4b2fa0a7ade751 /ukrainian | |
parent | c7b293aff6fb18b5ad0e5afd0e258b1a5222771e (diff) | |
download | ports-7774ccb4f56cfb8e4713455242e644d968a5e2ad.tar.gz ports-7774ccb4f56cfb8e4713455242e644d968a5e2ad.zip |
*/*hyphen: Fix 915dbfaa562e20c8402d3873f8bfbf07899f9f8a
Remove accidentally-generated 'Makefile '
Reported by: bdrewery
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/hyphen/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ukrainian/hyphen/Makefile b/ukrainian/hyphen/Makefile deleted file mode 100644 index 1f516deb9580..000000000000 --- a/ukrainian/hyphen/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= hyphen -PORTVERSION= 2005.03.08 -PORTREVISION= 1 -CATEGORIES= ukrainian textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -DISTNAME= hyph_uk_UA-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Ukrainian hyphenation rules - -LICENSE= LGPL21 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/hyph_uk_UA.dic - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_uk_UA.dic ${STAGEDIR}${DATADIR}/ - -.include <bsd.port.mk> |