aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:33:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:47:29 +0000
commit63b6f938109571011e834d4f1e97c248c1919102 (patch)
tree5858446787893e0aa6cbf26de5e71155a7c8801b /french
parent7774ccb4f56cfb8e4713455242e644d968a5e2ad (diff)
downloadports-63b6f938109571011e834d4f1e97c248c1919102.tar.gz
ports-63b6f938109571011e834d4f1e97c248c1919102.zip
*/*mythes: Fix 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63
Remove accidentally-generated 'Makefile ' Reported by: bdrewery
Diffstat (limited to 'french')
-rw-r--r--french/mythes/Makefile 37
1 files changed, 0 insertions, 37 deletions
diff --git a/french/mythes/Makefile b/french/mythes/Makefile
deleted file mode 100644
index 7d32204305d5..000000000000
--- a/french/mythes/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME= mythes
-PORTVERSION= 2.3
-CATEGORIES= french textproc
-MASTER_SITES= http://www.dicollecte.org/download/fr/ \
- LOCAL/sunpoet/${PORTNAME}
-DISTNAME= thesaurus-v${PORTVERSION}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= office@FreeBSD.org
-COMMENT= French thesaurus
-
-LICENSE= LGPL21
-
-USES= zip
-NO_ARCH= yes
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= %%DATADIR%%/th_fr_FR_v2.dat \
- %%DATADIR%%/th_fr_FR_v2.idx
-
-FRALIASES= fr_BE fr_CA fr_CH fr_LU
-.for ALIAS in ${FRALIASES}
-PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \
- %%DATADIR%%/th_${ALIAS}_v2.idx
-.endfor
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/thes_fr.dat ${STAGEDIR}${DATADIR}/th_fr_FR_v2.dat
- ${INSTALL_DATA} ${WRKSRC}/thes_fr.idx ${STAGEDIR}${DATADIR}/th_fr_FR_v2.idx
-.for ALIAS in ${FRALIASES}
- ${LN} -s th_fr_FR_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat
- ${LN} -s th_fr_FR_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx
-.endfor
-
-.include <bsd.port.mk>