From 9cebd7dec9dee4f44136a3f780cb6aff563e457e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Oct 2013 06:57:32 +0000 Subject: [PATCH] - Remove unnecessary slash after STAGEDIR --- chinese/autoconvert/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 9cbbb1cd24cc..3d70ef7fd084 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -31,8 +31,8 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}/${DOCSDIR} - cd ${WRKSRC}/ && ${INSTALL_DATA} ChangeLog Readme TODO Thanks Version ${STAGEDIR}/${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ChangeLog Readme TODO Thanks Version ${STAGEDIR}${DOCSDIR}/ .endif .include