diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-11 19:54:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-11 19:54:42 +0000 |
commit | ef6c7dba650464b98dc59ffd09354701f72f9c37 (patch) | |
tree | eb238eff030e8c2d6bb930a4ab8b6da47bdedfd5 /print/web2c | |
parent | 7528c4e26ca3b11901d0054043f7eaed6ad4dd71 (diff) | |
download | pkgsrc-ef6c7dba650464b98dc59ffd09354701f72f9c37.tar.gz |
Fix HOMEPAGE.
Diffstat (limited to 'print/web2c')
-rw-r--r-- | print/web2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/web2c/Makefile b/print/web2c/Makefile index 943a4623fec..55983ea6a07 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/01 06:05:58 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/11 19:54:42 minskim Exp $ DISTNAME= texlive-20080816-source PKGNAME= web2c-7.5.7 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.lzma MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://www.tug.org/kpathsea/ +HOMEPAGE= http://www.tug.org/web2c/ COMMENT= TeX implementation translating WEB to C CONFLICTS+= teTeX-bin-[0-9]* |