diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:20:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:20:38 +0000 |
commit | 793e27d7e50a32c83d3be0a08452adfb18ec8211 (patch) | |
tree | 701c9b5fd48ead4fa2bcd4a062357c78213c145a /textproc/cs-mythes | |
parent | 578c40b51f88e4ea81988d671488e1e1e58749e9 (diff) |
Notes
Diffstat (limited to 'textproc/cs-mythes')
-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> |