Date: Thu, 3 Jul 2014 17:41:49 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360428 - head/ftp/curlpp Message-ID: <201407031741.s63HfnH8081147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Jul 3 17:41:48 2014 New Revision: 360428 URL: http://svnweb.freebsd.org/changeset/ports/360428 QAT: https://qat.redports.org/buildarchive/r360428/ Log: Remove unnecessary inclusion of bsd.port.options.mk. Approved by: portmgr (blanket) Modified: head/ftp/curlpp/Makefile Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Thu Jul 3 17:37:52 2014 (r360427) +++ head/ftp/curlpp/Makefile Thu Jul 3 17:41:48 2014 (r360428) @@ -28,19 +28,13 @@ BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS BOOST_CONFIGURE_ON= --with-boost=${LOCALBASE} BOOST_CONFIGURE_OFF= --without-boost -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's| -lstdc++||' ${WRKSRC}/configure post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${STAGEDIR}${DOCSDIR}/ -.endif -.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/README ${WRKSRC}/examples/example*.cpp ${STAGEDIR}${EXAMPLESDIR}/ -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031741.s63HfnH8081147>