svn commit: r360428 - head/ftp/curlpp

Adam Weinberger adamw at FreeBSD.org
Thu Jul 3 17:41:49 UTC 2014


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>


More information about the svn-ports-head mailing list