diff options
-rw-r--r-- | ftp/curlpp/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 8e57838cb878..35e3c2b03b30 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -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> |