diff options
author | truckman <truckman@FreeBSD.org> | 2015-10-29 08:13:53 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-10-29 08:13:53 +0800 |
commit | efbe1fd0e6e372f93cdc2f882a88247b860af8bd (patch) | |
tree | 3909b9f3ce65857f33b2de1d86f05dd5a56bdbf5 /net | |
parent | 8ac4406046e1c24633c94ad65efee11227461d27 (diff) | |
download | freebsd-ports-gnome-efbe1fd0e6e372f93cdc2f882a88247b860af8bd.tar.gz freebsd-ports-gnome-efbe1fd0e6e372f93cdc2f882a88247b860af8bd.tar.zst freebsd-ports-gnome-efbe1fd0e6e372f93cdc2f882a88247b860af8bd.zip |
Restrict portscout to "master" MASTER_SITES because LOCAL is not indexed.
Diffstat (limited to 'net')
-rw-r--r-- | net/sie-nmsg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sie-nmsg/Makefile b/net/sie-nmsg/Makefile index 52290aa2e320..8f5c6b7ee13e 100644 --- a/net/sie-nmsg/Makefile +++ b/net/sie-nmsg/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig +PORTSCOUT= ${MASTER_SITES:N*FreeBSD*:S/^/site:/} + INSTALL_TARGET= install-strip .include <bsd.port.mk> |