svn commit: r356854 - head/devel/fb303

Antoine Brodin antoine at FreeBSD.org
Fri Jun 6 21:35:21 UTC 2014


Author: antoine
Date: Fri Jun  6 21:35:21 2014
New Revision: 356854
URL: http://svnweb.freebsd.org/changeset/ports/356854
QAT: https://qat.redports.org/buildarchive/r356854/

Log:
  Do not include bsd.port.pre.mk twice
  
  With hat:	portmgr

Modified:
  head/devel/fb303/Makefile

Modified: head/devel/fb303/Makefile
==============================================================================
--- head/devel/fb303/Makefile	Fri Jun  6 21:33:54 2014	(r356853)
+++ head/devel/fb303/Makefile	Fri Jun  6 21:35:21 2014	(r356854)
@@ -50,4 +50,4 @@ post-install:
 .endfor
 
 .include "../thrift/bsd.thrift.mk"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list