Date: Sat, 27 Feb 2016 20:03:10 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409685 - head/net-mgmt/bsnmp-ucd Message-ID: <201602272003.u1RK3AfO017541@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602272003.u1RK3AfO017541>