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

Mikolaj Golub trociny at FreeBSD.org
Sat Feb 27 20:03:12 UTC 2016


Author: trociny
Date: Sat Feb 27 20:03:10 2016
New Revision: 409685
URL: https://svnweb.freebsd.org/changeset/ports/409685

Log:
  Fix build on recent 11.0-CURRENT

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

Modified: head/net-mgmt/bsnmp-ucd/Makefile
==============================================================================
--- head/net-mgmt/bsnmp-ucd/Makefile	Sat Feb 27 19:54:46 2016	(r409684)
+++ head/net-mgmt/bsnmp-ucd/Makefile	Sat Feb 27 20:03:10 2016	(r409685)
@@ -21,4 +21,7 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
 
+pre-build:
+	${MAKE} -C ${WRKSRC} depend
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list