diff options
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/mythes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portuguese/mythes/Makefile b/portuguese/mythes/Makefile index 2045c6582d7d..d65d376b1335 100644 --- a/portuguese/mythes/Makefile +++ b/portuguese/mythes/Makefile @@ -29,7 +29,7 @@ PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${DATADIR}/ ${LN} -s th_pt_PT_v2.dat ${DATADIR}/th_pt_BR_v2.dat ${LN} -s th_pt_PT_v2.idx ${DATADIR}/th_pt_BR_v2.idx |