diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-03 06:40:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-03 06:40:58 +0000 |
commit | 8cfda521c7993cc86c41fcea77696e4c1f51981b (patch) | |
tree | c9e087535a0258493e8a620fc36c8f35bcb5d824 /chinese/ydict/Makefile | |
parent | 8d6c858782168c6bac72cc19ec99d25bce83f5a5 (diff) | |
download | ports-8cfda521c7993cc86c41fcea77696e4c1f51981b.tar.gz ports-8cfda521c7993cc86c41fcea77696e4c1f51981b.zip |
Notes
Diffstat (limited to 'chinese/ydict/Makefile')
-rw-r--r-- | chinese/ydict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/ydict/Makefile b/chinese/ydict/Makefile index 0377aff78178..82f019a3e32d 100644 --- a/chinese/ydict/Makefile +++ b/chinese/ydict/Makefile @@ -17,6 +17,6 @@ PLIST_FILES= bin/ydict USE_PYTHON_RUN= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ydict ${STAGEDIR}/${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/ydict ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> |