diff options
author | krion <krion@FreeBSD.org> | 2003-08-31 01:13:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-31 01:13:00 +0800 |
commit | 5991e63ef64c81ce05bdb967356aa15d61dae20e (patch) | |
tree | 5b414a20c3238150a0dfca44e801d055e7a05c1b /net/onenetd | |
parent | 5842295de36bdb145047df65cbf3d727716b5684 (diff) | |
download | freebsd-ports-gnome-5991e63ef64c81ce05bdb967356aa15d61dae20e.tar.gz freebsd-ports-gnome-5991e63ef64c81ce05bdb967356aa15d61dae20e.tar.zst freebsd-ports-gnome-5991e63ef64c81ce05bdb967356aa15d61dae20e.zip |
- Fix MASTER_SITES
PR: 56202
Submitted by: maintainer
Diffstat (limited to 'net/onenetd')
-rw-r--r-- | net/onenetd/Makefile | 2 | ||||
-rw-r--r-- | net/onenetd/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/onenetd/Makefile b/net/onenetd/Makefile index 24bf7f45d393..ba9cb68918f6 100644 --- a/net/onenetd/Makefile +++ b/net/onenetd/Makefile @@ -8,7 +8,7 @@ PORTNAME= onenetd PORTVERSION= 1.10 CATEGORIES= net -MASTER_SITES= http://azz.us-lot.org/files/ +MASTER_SITES= http://offog.org/files/ MAINTAINER= tim@bishnet.net COMMENT= A single-server inetd diff --git a/net/onenetd/pkg-descr b/net/onenetd/pkg-descr index 3c6bb0de9b3c..fe033607c60b 100644 --- a/net/onenetd/pkg-descr +++ b/net/onenetd/pkg-descr @@ -3,4 +3,4 @@ courier-tcpd from Courier-IMAP. This is small, and supports limiting the number of concurrent connections and refusing further connections with a configurable message. -WWW: http://azz.us-lot.org/code.html +WWW: http://offog.org/code/onenetd.html |