svn commit: r329149 - head/chinese/autoconvert

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 3 06:57:33 UTC 2013


Author: sunpoet
Date: Thu Oct  3 06:57:32 2013
New Revision: 329149
URL: http://svnweb.freebsd.org/changeset/ports/329149

Log:
  - Remove unnecessary slash after STAGEDIR

Modified:
  head/chinese/autoconvert/Makefile   (contents, props changed)

Modified: head/chinese/autoconvert/Makefile
==============================================================================
--- head/chinese/autoconvert/Makefile	Thu Oct  3 06:57:24 2013	(r329148)
+++ head/chinese/autoconvert/Makefile	Thu Oct  3 06:57:32 2013	(r329149)
@@ -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>


More information about the svn-ports-head mailing list