svn commit: r400425 - head/net/sie-nmsg

Don Lewis truckman at FreeBSD.org
Thu Oct 29 00:13:55 UTC 2015


Author: truckman
Date: Thu Oct 29 00:13:53 2015
New Revision: 400425
URL: https://svnweb.freebsd.org/changeset/ports/400425

Log:
  Restrict portscout to "master" MASTER_SITES because LOCAL is not indexed.

Modified:
  head/net/sie-nmsg/Makefile

Modified: head/net/sie-nmsg/Makefile
==============================================================================
--- head/net/sie-nmsg/Makefile	Wed Oct 28 23:24:20 2015	(r400424)
+++ head/net/sie-nmsg/Makefile	Thu Oct 29 00:13:53 2015	(r400425)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libprotobuf-c.so:${PORTSDIR
 GNU_CONFIGURE=	yes
 USES=	gmake libtool pathfix pkgconfig
 
+PORTSCOUT=	${MASTER_SITES:N*FreeBSD*:S/^/site:/}
+
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list