diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-22 17:04:44 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-22 17:04:44 +0000 |
commit | 10093852bd94b85326e66c38b5b450b02521bd81 (patch) | |
tree | 9c488233b6e15fe48f59d9b8792974cc0991ff17 | |
parent | - Update to 1.02 [1] (diff) |
- Mirror the distfile in my ~/public_distfiles directory.
PR: ports/81304
Submitted by: Jason Harris <jharris@widomaker.com>
Notes
Notes:
svn path=/head/; revision=135879
-rw-r--r-- | net/freevrrpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/freevrrpd/Makefile b/net/freevrrpd/Makefile index a95bade081e3..af5b7198f93e 100644 --- a/net/freevrrpd/Makefile +++ b/net/freevrrpd/Makefile @@ -8,7 +8,10 @@ PORTNAME= freevrrpd PORTVERSION= 0.9.2 CATEGORIES= net -MASTER_SITES= http://www.b0l.org/download/ +MASTER_SITES= http://www.b0l.org/download/ \ + ${MASTER_SITE_LOCAL:S/$/:freebsd/g} +MASTER_SITE_SUBDIR= flz/freevrrpd/:freebsd +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT,freebsd MAINTAINER= spe@b0l.org COMMENT= This a VRRP RFC2338 Compliant implementation under FreeBSD |