Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 22:06:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480536 - head/devel/icmake
Message-ID:  <201809232206.w8NM649A021899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809232206.w8NM649A021899>