diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-21 23:12:56 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-21 23:12:56 +0000 |
commit | c1722833e108d881c5992314441a95738496b108 (patch) | |
tree | f6a20067be419dc51d4d7e5166c4277701aa6d8e /net/cnupm | |
parent | 25301b73597c48d9e1623ab50ad539cb852867c0 (diff) | |
download | ports-c1722833e108d881c5992314441a95738496b108.tar.gz ports-c1722833e108d881c5992314441a95738496b108.zip |
Add another MASTER_SITE, because first site have temporary fails.
Notified by: kris
Notes
Notes:
svn path=/head/; revision=146085
Diffstat (limited to 'net/cnupm')
-rw-r--r-- | net/cnupm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/cnupm/Makefile b/net/cnupm/Makefile index e555f32b599f..597e541b72ab 100644 --- a/net/cnupm/Makefile +++ b/net/cnupm/Makefile @@ -8,7 +8,9 @@ PORTNAME= cnupm PORTVERSION= 3.9 CATEGORIES= net ipv6 -MASTER_SITES= http://pdp-11.org.ru/~form/cnupm/files/ +MASTER_SITES= http://pdp-11.org.ru/~form/cnupm/files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mnag/${PORTNAME} MAINTAINER= null@1system.ru COMMENT= The BPF Traffic Collector (IPv4/IPv6) |