diff options
Diffstat (limited to 'textproc/cs-mythes/Makefile')
-rw-r--r-- | textproc/cs-mythes/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/cs-mythes/Makefile b/textproc/cs-mythes/Makefile index 026c2ef74245..f57a931bc850 100644 --- a/textproc/cs-mythes/Makefile +++ b/textproc/cs-mythes/Makefile @@ -14,7 +14,6 @@ COMMENT= Czech thesaurus LICENSE= BSD -USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -22,9 +21,8 @@ PLIST_FILES= %%DATADIR%%/th_cs_CZ_v2.dat \ %%DATADIR%%/th_cs_CZ_v2.idx PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_cs_CZ_v2.dat ${WRKSRC}/th_cs_CZ_v2.idx ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_cs_CZ_v2.dat ${WRKSRC}/th_cs_CZ_v2.idx ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |