Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 06:57:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329149 - head/chinese/autoconvert
Message-ID:  <201310030657.r936vWEW074525@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310030657.r936vWEW074525>