aboutsummaryrefslogtreecommitdiff
path: root/portuguese
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 /portuguese
parentc7b293aff6fb18b5ad0e5afd0e258b1a5222771e (diff)
downloadports-7774ccb4f56cfb8e4713455242e644d968a5e2ad.tar.gz
ports-7774ccb4f56cfb8e4713455242e644d968a5e2ad.zip
*/*hyphen: Fix 915dbfaa562e20c8402d3873f8bfbf07899f9f8a
Remove accidentally-generated 'Makefile ' Reported by: bdrewery
Diffstat (limited to 'portuguese')
-rw-r--r--portuguese/hyphen/Makefile 27
1 files changed, 0 insertions, 27 deletions
diff --git a/portuguese/hyphen/Makefile b/portuguese/hyphen/Makefile
deleted file mode 100644
index 5efdf8f44b1d..000000000000
--- a/portuguese/hyphen/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= hyphen
-PORTVERSION= 2004.04.15
-PORTREVISION= 1
-CATEGORIES= portuguese textproc
-MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
-DISTNAME= hyph_pt_PT-${PORTVERSION:C/\.//g}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= office@FreeBSD.org
-COMMENT= Portuguese hyphenation rules
-
-LICENSE= LGPL21
-
-USES= zip
-NO_ARCH= yes
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= %%DATADIR%%/hyph_pt_BR.dic \
- %%DATADIR%%/hyph_pt_PT.dic
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${STAGEDIR}${DATADIR}/
- ${LN} -s hyph_pt_PT.dic ${STAGEDIR}${DATADIR}/hyph_pt_BR.dic
-
-.include <bsd.port.mk>