diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 11:33:43 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 11:47:29 +0800 |
commit | 63b6f938109571011e834d4f1e97c248c1919102 (patch) | |
tree | 5858446787893e0aa6cbf26de5e71155a7c8801b /portuguese | |
parent | 7774ccb4f56cfb8e4713455242e644d968a5e2ad (diff) | |
download | freebsd-ports-63b6f938109571011e834d4f1e97c248c1919102.zip |
*/*mythes: Fix 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63
Remove accidentally-generated 'Makefile '
Reported by: bdrewery
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/mythes/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/portuguese/mythes/Makefile b/portuguese/mythes/Makefile deleted file mode 100644 index cd7c042751a8..000000000000 --- a/portuguese/mythes/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= mythes -PORTVERSION= 2006.08.17 -PORTREVISION= 1 -CATEGORIES= portuguese textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -DISTNAME= thes_pt_PT_v2-${PORTVERSION:C/\.//g} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= office@FreeBSD.org -COMMENT= Portuguese thesaurus - -LICENSE= GPLv2 - -USES= zip -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%DATADIR%%/th_pt_BR_v2.dat \ - %%DATADIR%%/th_pt_BR_v2.idx \ - %%DATADIR%%/th_pt_PT_v2.dat \ - %%DATADIR%%/th_pt_PT_v2.idx - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${STAGEDIR}${DATADIR}/ - ${LN} -s th_pt_PT_v2.dat ${STAGEDIR}${DATADIR}/th_pt_BR_v2.dat - ${LN} -s th_pt_PT_v2.idx ${STAGEDIR}${DATADIR}/th_pt_BR_v2.idx - -.include <bsd.port.mk> |