diff options
author | ben <ben@pkgsrc.org> | 2003-12-11 19:24:33 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2003-12-11 19:24:33 +0000 |
commit | f8fdcadb759e19081bc0ad6e176dad844e1f687f (patch) | |
tree | d1d8463d547420199b96f0c876bdb8bde9a7482f /textproc/troffcvt | |
parent | e75a32f142a94ef81cb3e2c73887d31a124a671c (diff) | |
download | pkgsrc-f8fdcadb759e19081bc0ad6e176dad844e1f687f.tar.gz |
Update MASTER_SITES and HOMEPAGE to www.snake.net.
Diffstat (limited to 'textproc/troffcvt')
-rw-r--r-- | textproc/troffcvt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/troffcvt/Makefile b/textproc/troffcvt/Makefile index d9345403f69..aa9617c2224 100644 --- a/textproc/troffcvt/Makefile +++ b/textproc/troffcvt/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2003/07/19 08:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/11 19:24:33 ben Exp $ # DISTNAME= troffcvt-1.04 PKGREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www.primate.wisc.edu/software/troffcvt/ +MASTER_SITES= http://www.snake.net/software/troffcvt/ MAINTAINER= collver1@comcast.net -HOMEPAGE= http://www.primate.wisc.edu/software/troffcvt/ +HOMEPAGE= ${MASTER_SITES} COMMENT= Troff/groff to RTF/HTML/TEXT converter BUILD_DEPENDS+= libts-1.08:../../devel/libts |