aboutsummaryrefslogtreecommitdiff
path: root/chinese/BBMan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/BBMan/Makefile')
-rw-r--r--chinese/BBMan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/BBMan/Makefile b/chinese/BBMan/Makefile
index cdbbe03bd80f..e57e6389f409 100644
--- a/chinese/BBMan/Makefile
+++ b/chinese/BBMan/Makefile
@@ -37,6 +37,6 @@ do-build:
cd ${WRKSRC} && ${CXX} main.cpp `${WX_CONFIG} --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${TARGETDIR}/bin/BBMan
+ ${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan
.include <bsd.port.post.mk>