diff options
author | andreas <andreas@FreeBSD.org> | 1999-08-22 01:13:39 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-08-22 01:13:39 +0800 |
commit | 1bef8392f52ccb00f962ebe2919cca3d970ecedf (patch) | |
tree | 7795ef1cc982746990d30f56ce770db7ac78798b | |
parent | d81a2348254d650da3886c583034ed90658f6097 (diff) | |
download | freebsd-ports-gnome-1bef8392f52ccb00f962ebe2919cca3d970ecedf.tar.gz freebsd-ports-gnome-1bef8392f52ccb00f962ebe2919cca3d970ecedf.tar.zst freebsd-ports-gnome-1bef8392f52ccb00f962ebe2919cca3d970ecedf.zip |
Get the sources of the inn-stable port from the download section
of my homepage. ISC only makes a few version availabe for ftp
download, so I'd have to update the port every 3 or 4 weeks.
Such an update interval is too heavy for me at the moment.
-rw-r--r-- | news/inn-stable/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 88cb71525030..a5185789518a 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,13 +3,14 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.38 1999/04/10 19:57:58 andreas Exp $ +# $Id: Makefile,v 1.39 1999/07/25 10:20:18 andreas Exp $ # DISTNAME= inn-STABLE_2_2-1999-07-24_03-02 PKGNAME= inn-stable-v22 CATEGORIES= news -MASTER_SITES= ftp://ftp.isc.org/isc/inn/snapshots/ +MASTER_SITES= http://www.FreeBSD.org/~andreas/download/ \ + ftp://ftp.isc.org/isc/inn/snapshots/ MAINTAINER= andreas@FreeBSD.ORG |