diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:11:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:11:44 +0000 |
commit | 578c40b51f88e4ea81988d671488e1e1e58749e9 (patch) | |
tree | 4e76b2c37d3a0e5a5a6d0f7a05dab27d4723ef21 /german | |
parent | 32bbb51a37219e6720a06ceebb9a837135c3f8b1 (diff) |
Notes
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> |