diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-06 07:11:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-06 07:11:30 +0800 |
commit | 5a401f77814d7d56cf8ae3eb9e315fd2ddc368ee (patch) | |
tree | bb09cbcacd3011dacf7f3305170716f451dfe5c5 /graphics | |
parent | 96cc737e46f4e3b9b63d1529a2571ab9818fb657 (diff) | |
download | freebsd-ports-gnome-5a401f77814d7d56cf8ae3eb9e315fd2ddc368ee.tar.gz freebsd-ports-gnome-5a401f77814d7d56cf8ae3eb9e315fd2ddc368ee.tar.zst freebsd-ports-gnome-5a401f77814d7d56cf8ae3eb9e315fd2ddc368ee.zip |
- Provide a real MASTER_SITES
- Pass maintainership to submitter
PR: ports/195256
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdtclft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 89dc957ed3b7..d2389eb7ecd7 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -5,10 +5,10 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 PORTREVISION= 14 CATEGORIES= graphics tcl -MASTER_SITES= +MASTER_SITES= http://BSDforge.com/projects/source/graphics/gdtclft/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= portmaster@bsdforge.com COMMENT= TCL interface to the Thomas Boutell's Gd library LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd |