svn commit: r480536 - head/devel/icmake

Antoine Brodin antoine at FreeBSD.org
Sun Sep 23 22:06:05 UTC 2018


Author: antoine
Date: Sun Sep 23 22:06:04 2018
New Revision: 480536
URL: https://svnweb.freebsd.org/changeset/ports/480536

Log:
  Do not include bsd.port.mk twice

Modified:
  head/devel/icmake/Makefile

Modified: head/devel/icmake/Makefile
==============================================================================
--- head/devel/icmake/Makefile	Sun Sep 23 21:43:25 2018	(r480535)
+++ head/devel/icmake/Makefile	Sun Sep 23 22:06:04 2018	(r480536)
@@ -103,4 +103,4 @@ do-build:
 do-install:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install strip all ${STAGEDIR}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list