Date: Wed, 9 Oct 2013 18:36:09 +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: r329918 - head/net/tintin++ Message-ID: <201310091836.r99Ia9u0048745@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Oct 9 18:36:09 2013 New Revision: 329918 URL: http://svnweb.freebsd.org/changeset/ports/329918 Log: - Support STAGEDIR Modified: head/net/tintin++/Makefile Modified: head/net/tintin++/Makefile ============================================================================== --- head/net/tintin++/Makefile Wed Oct 9 18:19:05 2013 (r329917) +++ head/net/tintin++/Makefile Wed Oct 9 18:36:09 2013 (r329918) @@ -33,7 +33,6 @@ PORTDOCS= ${DOCS:T} SLAVEDIRS= chinese/tintin++ -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBIG5} @@ -44,10 +43,10 @@ post-configure: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${STAGEDIR}${PREFIX}/bin/ .if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d ${DOCSDIR}/ - cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310091836.r99Ia9u0048745>