diff options
author | garga <garga@FreeBSD.org> | 2008-07-26 02:13:13 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-07-26 02:13:13 +0800 |
commit | eba769c0238357507908be0c4f639fc7721f78f7 (patch) | |
tree | 25530b1f5eb3de33471c8b63a65e626324609eab /net | |
parent | a9a9676f8cc21562c674aced46681bbcaa60cf71 (diff) | |
download | freebsd-ports-gnome-eba769c0238357507908be0c4f639fc7721f78f7.tar.gz freebsd-ports-gnome-eba769c0238357507908be0c4f639fc7721f78f7.tar.zst freebsd-ports-gnome-eba769c0238357507908be0c4f639fc7721f78f7.zip |
- Add gentoo mirrors to MASTER_SITES
Diffstat (limited to 'net')
-rw-r--r-- | net/rinetd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 4fd3aa70de3d..c280de320006 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -9,7 +9,9 @@ PORTNAME= rinetd PORTVERSION= 0.62 PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= http://www.boutell.com/rinetd/http/ +MASTER_SITES= http://www.boutell.com/rinetd/http/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles DISTNAME= rinetd MAINTAINER= garga@FreeBSD.org |