diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:59:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:59:34 +0000 |
commit | 7938151fe64ccdb4a6590729489aee3a565c7f41 (patch) | |
tree | b23cfc862fc11d7c74719bee55ff02be184684e6 /textproc/fop | |
parent | fda968c83e149892eea991425ed951159f3da912 (diff) | |
download | pkgsrc-7938151fe64ccdb4a6590729489aee3a565c7f41.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'textproc/fop')
-rw-r--r-- | textproc/fop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 19890606493..8d3a44c9b09 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/10/02 16:10:07 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2006/10/04 22:00:59 wiz Exp $ # # Note: we currently use the pre-built (-bin) distribution of FOP, # because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is @@ -14,11 +14,11 @@ DISTNAME= fop-0_15_0-forBeginners PKGNAME= fop-0.15.0 PKGREVISION= 2 CATEGORIES= textproc www -MASTER_SITES= http://xml.apache.org/dist/fop/recent/ +MASTER_SITES= http://xmlgraphics.apache.org/dist/fop/recent/ EXTRACT_SUFX= .zip MAINTAINER= jwise@NetBSD.org -HOMEPAGE= http://xml.apache.org/fop/ +HOMEPAGE= http://xmlgraphics.apache.org/fop/ COMMENT= The Apache Project's XSL Formatting Objects implementation WRKSRC= ${WRKDIR} |