diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-04 16:02:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-04 16:02:16 +0000 |
commit | a8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch) | |
tree | 2d206dd00b752621c542c0b063bec6c9471a3355 /net/mrouted | |
parent | 76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff) | |
download | ports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.gz ports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.zip |
Notes
Diffstat (limited to 'net/mrouted')
-rw-r--r-- | net/mrouted/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mrouted/Makefile b/net/mrouted/Makefile index 3bff7371c473..529e2fb1474d 100644 --- a/net/mrouted/Makefile +++ b/net/mrouted/Makefile @@ -5,7 +5,7 @@ PORTNAME= mrouted PORTVERSION= 3.9.6 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://cloud.github.com/downloads/troglobit/mrouted/ +MASTER_SITES= GHC MAINTAINER= hrs@FreeBSD.org COMMENT= Multicast routing daemon providing DVMRP for IPv4 @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_RC_SUBR= mrouted USES= gmake tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= troglobit MAKE_ARGS= sysconfdir=${PREFIX}/etc \ mandir=${MAN8PREFIX}/man/man8 PORTDOCS= README AUTHORS ChangeLog |