diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-27 12:50:23 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-27 12:50:23 +0000 |
commit | 2e375ecf07465c4d3b0b02a0cdd15542d25fc526 (patch) | |
tree | e50fa0924ae68068128a71610f86bc3158f7fea2 /chinese | |
parent | a669028f9db41c6d39f70c2081b5ae28aa84f8c5 (diff) | |
download | ports-2e375ecf07465c4d3b0b02a0cdd15542d25fc526.tar.gz ports-2e375ecf07465c4d3b0b02a0cdd15542d25fc526.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ydict/Makefile | 3 |
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> |