svn commit: r433298 - head/audio/beast

Antoine Brodin antoine at FreeBSD.org
Sat Feb 4 12:08:34 UTC 2017


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>


More information about the svn-ports-all mailing list