svn commit: r356697 - head/devel/fib

Antoine Brodin antoine at FreeBSD.org
Thu Jun 5 20:19:57 UTC 2014


Author: antoine
Date: Thu Jun  5 20:19:56 2014
New Revision: 356697
URL: http://svnweb.freebsd.org/changeset/ports/356697
QAT: https://qat.redports.org/buildarchive/r356697/

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

Modified:
  head/devel/fib/Makefile

Modified: head/devel/fib/Makefile
==============================================================================
--- head/devel/fib/Makefile	Thu Jun  5 20:17:29 2014	(r356696)
+++ head/devel/fib/Makefile	Thu Jun  5 20:19:56 2014	(r356697)
@@ -36,4 +36,4 @@ do-install:
 	@(cd ${WRKSRC}; ${INSTALL_MAN} ${MANPAGES} \
 		${STAGEDIR}${PREFIX}/man/man3/)
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list