aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 17:41:48 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 17:41:48 +0000
commitb65a70427caccc39a55b737035f5b424ceb34b57 (patch)
tree9eb65ee307e38d2588b7610f14e2a505877ba4ea /ftp
parentdf8007c28e771d2b6c87985656515accdf1dec23 (diff)
downloadports-b65a70427caccc39a55b737035f5b424ceb34b57.tar.gz
ports-b65a70427caccc39a55b737035f5b424ceb34b57.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curlpp/Makefile6
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>