Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2017 12:08:32 +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: r433298 - head/audio/beast
Message-ID:  <201702041208.v14C8WOY057329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  4 12:08:32 2017
New Revision: 433298
URL: https://svnweb.freebsd.org/changeset/ports/433298

Log:
  Do not include bsd.port.pre.mk twice

Modified:
  head/audio/beast/Makefile

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Sat Feb  4 11:40:58 2017	(r433297)
+++ head/audio/beast/Makefile	Sat Feb  4 12:08:32 2017	(r433298)
@@ -75,4 +75,4 @@ post-patch:
 		's|-DG_DISABLE_DEPRECATED||' ${WRKSRC}/bse/Makefile.am \
 		${WRKSRC}/bse/Makefile.in
 
-.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?201702041208.v14C8WOY057329>