aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curlpp
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 01:41:48 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 01:41:48 +0800
commit2ffdd8a4341904420a8d2255546fb1fe8db3bdbf (patch)
tree9eb65ee307e38d2588b7610f14e2a505877ba4ea /ftp/curlpp
parent977e4951ac46d8d5770d9b974cc68516481c5d2e (diff)
downloadfreebsd-ports-gnome-2ffdd8a4341904420a8d2255546fb1fe8db3bdbf.tar.gz
freebsd-ports-gnome-2ffdd8a4341904420a8d2255546fb1fe8db3bdbf.tar.zst
freebsd-ports-gnome-2ffdd8a4341904420a8d2255546fb1fe8db3bdbf.zip
Remove unnecessary inclusion of bsd.port.options.mk.
Approved by: portmgr (blanket)
Diffstat (limited to 'ftp/curlpp')
-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>