aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chinese/ydict/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/ydict/Makefile b/chinese/ydict/Makefile
index 3a3e41f9a0ed..0377aff78178 100644
--- a/chinese/ydict/Makefile
+++ b/chinese/ydict/Makefile
@@ -16,8 +16,7 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/ydict
USE_PYTHON_RUN= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/ydict ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/ydict ${STAGEDIR}/${PREFIX}/bin/
.include <bsd.port.mk>