diff options
Diffstat (limited to 'german')
-rw-r--r-- | german/mythes/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/german/mythes/Makefile b/german/mythes/Makefile index 98e93d893ca5..02ea906d28e5 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -13,7 +13,6 @@ COMMENT= German thesaurus LICENSE= LGPL21 -USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -28,13 +27,12 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.idx \ %%DATADIR%%/th_${ALIAS}_v2.dat .endfor -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${STAGEDIR}${DATADIR}/ .for ALIAS in ${DEALIASES} - ${LN} -s th_de_DE_v2.dat ${DATADIR}/th_${ALIAS}_v2.dat - ${LN} -s th_de_DE_v2.idx ${DATADIR}/th_${ALIAS}_v2.idx + ${LN} -s th_de_DE_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat + ${LN} -s th_de_DE_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx .endfor .include <bsd.port.mk> |