diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-10-27 20:15:50 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-10-27 20:15:50 +0000 |
commit | 29f220a5d5ef358c7d1e12a657d1330567b7cae9 (patch) | |
tree | 4df07bb56f2217bf686324d740838a351d81c4a1 | |
parent | Catch up once again with bsd.lib.mk -- rename SHLIBDIR to LIBDIR -- to (diff) |
Change the MASTER_SITE to its http-variant. Add WWW to pkg-descr.
-rw-r--r-- | graphics/gdtclft/Makefile | 2 | ||||
-rw-r--r-- | graphics/gdtclft/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 54f1e4389cd5..1383407ecdfa 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -9,7 +9,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 PORTREVISION= 4 CATEGORIES= graphics tcl${TCL_DVER} -MASTER_SITES= ftp://ftp.graphviz.org/pub/ +MASTER_SITES= http://www.graphviz.org/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com diff --git a/graphics/gdtclft/pkg-descr b/graphics/gdtclft/pkg-descr index fadd2e94a1e8..ea18fed48fdf 100644 --- a/graphics/gdtclft/pkg-descr +++ b/graphics/gdtclft/pkg-descr @@ -6,3 +6,5 @@ Spencer Thomas said about the original TCL GD: The software is now maintained by John Ellson <ellson@lucent.com>, it seems. + +WWW: http://graphviz.org/cgi-bin/man?gdtclft |