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 | 9e192de229bdf75278d7a845b4087282e2317665 (patch) | |
tree | 568427d24d69acab3d61ae12e416beb09d6e422e | |
parent | 68ce7f58c135b8c3f12b1069a01053db712a6ccf (diff) | |
download | pkgsrc-9e192de229bdf75278d7a845b4087282e2317665.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 |