diff options
author | obache <obache@pkgsrc.org> | 2008-01-03 13:51:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-03 13:51:28 +0000 |
commit | 3242696eef358e14b444e500a6525e9a21c68c4a (patch) | |
tree | 568427d24d69acab3d61ae12e416beb09d6e422e | |
parent | 41413b4b833f0762ff4dfb434cb09a014229c705 (diff) | |
download | pkgsrc-3242696eef358e14b444e500a6525e9a21c68c4a.tar.gz |
Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE to new location.
-rw-r--r-- | textproc/hevea/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index ab1fc247a98..4b72b8809d7 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2007/02/22 19:27:13 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/01/03 13:51:28 obache Exp $ DISTNAME= hevea-1.09 CATEGORIES= textproc -MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ +MASTER_SITES= ftp://ftp.inria.fr/INRIA/moscova/hevea/ MAINTAINER= tonio@NetBSD.org -HOMEPAGE= http://para.inria.fr/~maranget/hevea/ +HOMEPAGE= http://pauillac.inria.fr/~maranget/hevea/ COMMENT= LaTeX to HTML translator BUILD_DEPENDS+= ocaml>=3.07:../../lang/ocaml |