Date: Thu, 3 Jul 2014 23:30:04 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360486 - in head/games: sol xroads Message-ID: <201407032330.s63NU4pU051244@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Jul 3 23:30:04 2014 New Revision: 360486 URL: http://svnweb.freebsd.org/changeset/ports/360486 QAT: https://qat.redports.org/buildarchive/r360486/ Log: s/.post// Modified: head/games/sol/Makefile head/games/xroads/Makefile Modified: head/games/sol/Makefile ============================================================================== --- head/games/sol/Makefile Thu Jul 3 23:27:49 2014 (r360485) +++ head/games/sol/Makefile Thu Jul 3 23:30:04 2014 (r360486) @@ -39,4 +39,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${PREFIX}/share/doc/sol ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/sol -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/games/xroads/Makefile ============================================================================== --- head/games/xroads/Makefile Thu Jul 3 23:27:49 2014 (r360485) +++ head/games/xroads/Makefile Thu Jul 3 23:30:04 2014 (r360486) @@ -26,4 +26,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/share/doc/xroads .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407032330.s63NU4pU051244>