svn commit: r422178 - head/audio/clementine-player

Antoine Brodin antoine at FreeBSD.org
Thu Sep 15 05:11:57 UTC 2016


Author: antoine
Date: Thu Sep 15 05:11:56 2016
New Revision: 422178
URL: https://svnweb.freebsd.org/changeset/ports/422178

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

Modified:
  head/audio/clementine-player/Makefile

Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile	Thu Sep 15 05:04:54 2016	(r422177)
+++ head/audio/clementine-player/Makefile	Thu Sep 15 05:11:56 2016	(r422178)
@@ -204,4 +204,4 @@ WIIMOTEDEV_CMAKE_OFF=	-DENABLE_WIIMOTEDE
 CXXFLAGS+=	-Wno-undefined-var-template
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list