Index: head/net-mgmt/softflowd/Makefile =================================================================== --- head/net-mgmt/softflowd/Makefile (revision 436669) +++ head/net-mgmt/softflowd/Makefile (revision 436670) @@ -1,29 +1,29 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= softflowd PORTVERSION= 0.9.9 CATEGORIES= net-mgmt ipv6 -MASTER_SITES= http://www2.mindrot.org/files/softflowd/ +MASTER_SITES= http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/softflowd/ MAINTAINER= jmohacsi@bsd.hu COMMENT= Flow-based network traffic analyzer and exporter LICENSE= BSD2CLAUSE USES= gmake GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/softflowd sbin/softflowctl \ man/man8/softflowd.8.gz \ man/man8/softflowctl.8.gz PORTDOCS= README OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include