Date: Sun, 23 Aug 2015 22:21:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395137 - head/devel/love5 Message-ID: <201508232221.t7NMLZ23049914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Aug 23 22:21:34 2015 New Revision: 395137 URL: https://svnweb.freebsd.org/changeset/ports/395137 Log: - Switch to options helpers Modified: head/devel/love5/Makefile Modified: head/devel/love5/Makefile ============================================================================== --- head/devel/love5/Makefile Sun Aug 23 22:21:27 2015 (r395136) +++ head/devel/love5/Makefile Sun Aug 23 22:21:34 2015 (r395137) @@ -34,8 +34,6 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|ILvoid|void|' ${WRKSRC}/src/opengl/Image.cpp \ ${WRKSRC}/src/opengl/love_opengl.cpp @@ -43,12 +41,10 @@ post-patch: -e "s/lua5.1/lua-${LUA_VER}/g" \ ${WRKSRC}/configure -.if ${PORT_OPTIONS:MDOCS} -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508232221.t7NMLZ23049914>