aboutsummaryrefslogtreecommitdiff
path: root/chinese/autoconvert
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-03 06:57:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-03 06:57:32 +0000
commit9cebd7dec9dee4f44136a3f780cb6aff563e457e (patch)
tree6a1236b3c5e2c0605631507e2ddaffc940f80922 /chinese/autoconvert
parent61d0619ba796c5957f58d962cae73c7af1a7c671 (diff)
downloadports-9cebd7dec9dee4f44136a3f780cb6aff563e457e.tar.gz
ports-9cebd7dec9dee4f44136a3f780cb6aff563e457e.zip
- Remove unnecessary slash after STAGEDIR
Notes
Notes: svn path=/head/; revision=329149
Diffstat (limited to 'chinese/autoconvert')
-rw-r--r--chinese/autoconvert/Makefile4
1 files 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 <bsd.port.mk>