Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2016 05:12:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r422179 - branches/2016Q3/audio/clementine-player
Message-ID:  <201609150512.u8F5Cevh004319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep 15 05:12:40 2016
New Revision: 422179
URL: https://svnweb.freebsd.org/changeset/ports/422179

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

Modified:
  branches/2016Q3/audio/clementine-player/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/audio/clementine-player/Makefile
==============================================================================
--- branches/2016Q3/audio/clementine-player/Makefile	Thu Sep 15 05:11:56 2016	(r422178)
+++ branches/2016Q3/audio/clementine-player/Makefile	Thu Sep 15 05:12:40 2016	(r422179)
@@ -204,4 +204,4 @@ WIIMOTEDEV_CMAKE_OFF=	-DENABLE_WIIMOTEDE
 CXXFLAGS+=	-Wno-undefined-var-template
 .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?201609150512.u8F5Cevh004319>