Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2020 09:30:36 +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: r557267 - head/science/latte
Message-ID:  <202012080930.0B89UaA5054399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec  8 09:30:36 2020
New Revision: 557267
URL: https://svnweb.freebsd.org/changeset/ports/557267

Log:
  Do not include bsd.port.mk twice

Modified:
  head/science/latte/Makefile

Modified: head/science/latte/Makefile
==============================================================================
--- head/science/latte/Makefile	Tue Dec  8 09:29:23 2020	(r557266)
+++ head/science/latte/Makefile	Tue Dec  8 09:30:36 2020	(r557267)
@@ -48,4 +48,4 @@ CONFLICTS_INSTALL=	latte-integrale
 FFLAGS+=	-fallow-argument-mismatch
 .endif
 
-.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?202012080930.0B89UaA5054399>