diff options
author | clement <clement@FreeBSD.org> | 2005-05-22 21:45:59 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-05-22 21:45:59 +0800 |
commit | 2337392a14140750c76cb1635e35abe7ae7994fa (patch) | |
tree | d11cb9239a6baf58f1f189205240a2576b55928f /www/mod_layout22 | |
parent | f191e793205908788d8ca03de86ab63ea402817a (diff) | |
download | freebsd-ports-gnome-2337392a14140750c76cb1635e35abe7ae7994fa.tar.gz freebsd-ports-gnome-2337392a14140750c76cb1635e35abe7ae7994fa.tar.zst freebsd-ports-gnome-2337392a14140750c76cb1635e35abe7ae7994fa.zip |
- Fix MASTER_SITES
Diffstat (limited to 'www/mod_layout22')
-rw-r--r-- | www/mod_layout22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index 2345a81dda03..3f00f2c115ad 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_layout PORTVERSION= 4.0.2a CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache2 module to wrap served pages with a header and/or footer |