aboutsummaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:33:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:47:29 +0000
commit7774ccb4f56cfb8e4713455242e644d968a5e2ad (patch)
tree0e87cd6b16a851835cf47dc5fe4b2fa0a7ade751 /polish
parentc7b293aff6fb18b5ad0e5afd0e258b1a5222771e (diff)
downloadports-7774ccb4f56cfb8e4713455242e644d968a5e2ad.tar.gz
ports-7774ccb4f56cfb8e4713455242e644d968a5e2ad.zip
*/*hyphen: Fix 915dbfaa562e20c8402d3873f8bfbf07899f9f8a
Remove accidentally-generated 'Makefile ' Reported by: bdrewery
Diffstat (limited to 'polish')
-rw-r--r--polish/hyphen/Makefile 25
1 files changed, 0 insertions, 25 deletions
diff --git a/polish/hyphen/Makefile b/polish/hyphen/Makefile
deleted file mode 100644
index cedf1a78f2da..000000000000
--- a/polish/hyphen/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= hyphen
-PORTVERSION= 2007.04.16
-PORTREVISION= 1
-CATEGORIES= polish textproc
-MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
-DISTNAME= hyph_pl_PL-${PORTVERSION:C/\.//g}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= office@FreeBSD.org
-COMMENT= Polish hyphenation rules
-
-LICENSE= LGPL21
-
-USES= zip
-NO_ARCH= yes
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${STAGEDIR}${DATADIR}/
-
-.include <bsd.port.mk>