svn commit: r410171 - head/net-mgmt/bsnmp-ucd

Mikolaj Golub trociny at FreeBSD.org
Sat Mar 5 12:01:21 UTC 2016


Author: trociny
Date: Sat Mar  5 12:01:19 2016
New Revision: 410171
URL: https://svnweb.freebsd.org/changeset/ports/410171

Log:
  Fixup for r409685 (Fix build on recent 11.0-CURRENT)
  
  These commits add 'make depend' to pre-build in order to force
  making ucd_oid.h and ucd_tree.h before compiling other files,
  which includes those.

Modified:
  head/net-mgmt/bsnmp-ucd/Makefile

Modified: head/net-mgmt/bsnmp-ucd/Makefile
==============================================================================
--- head/net-mgmt/bsnmp-ucd/Makefile	Sat Mar  5 11:48:35 2016	(r410170)
+++ head/net-mgmt/bsnmp-ucd/Makefile	Sat Mar  5 12:01:19 2016	(r410171)
@@ -22,6 +22,6 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
 
 pre-build:
-	${MAKE} -C ${WRKSRC} depend
+	${MAKE_CMD} -C ${WRKSRC} depend
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list