diff options
author | kiri <kiri@FreeBSD.org> | 2001-04-23 10:58:16 +0800 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2001-04-23 10:58:16 +0800 |
commit | 3e388a9b143503b8dce4a03f48def44503368333 (patch) | |
tree | e5131b0531b0e97cf90dacc64ff045357eb8ab50 /textproc/fop | |
parent | 8a4782bfc38b942350a2d31f206858f1cd322a96 (diff) | |
download | freebsd-ports-gnome-3e388a9b143503b8dce4a03f48def44503368333.tar.gz freebsd-ports-gnome-3e388a9b143503b8dce4a03f48def44503368333.tar.zst freebsd-ports-gnome-3e388a9b143503b8dce4a03f48def44503368333.zip |
Chage MASTER_SITES to http://xml.apache.org/dist/fop/recent/.
Diffstat (limited to 'textproc/fop')
-rw-r--r-- | textproc/fop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 82836f0f5a4f..9f0ca70d8cb8 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -8,8 +8,7 @@ PORTNAME= fop PORTVERSION= 0.17.0 CATEGORIES= textproc java -MASTER_SITES= http://xml.apache.org/dist/fop/ -MASTER_SITE_SUBDIR= recent +MASTER_SITES= http://xml.apache.org/dist/fop/recent/ DISTNAME= ${PORTNAME:S/fop/Fop/}-${PORTVERSION} MAINTAINER= kiri@FreeBSD.org |