diff options
author | billf <billf@FreeBSD.org> | 1999-06-24 06:06:54 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-24 06:06:54 +0800 |
commit | e9b768d5d573cf7d6038f0e534a9fad7cf7a1193 (patch) | |
tree | 97f5a42d58f445b1b14387a2e2f11741daafdb72 /graphics/p5-chart | |
parent | 44e4bd92af7bedf0bcd0aa4dcc702ce94be3490c (diff) | |
download | freebsd-ports-gnome-e9b768d5d573cf7d6038f0e534a9fad7cf7a1193.tar.gz freebsd-ports-gnome-e9b768d5d573cf7d6038f0e534a9fad7cf7a1193.tar.zst freebsd-ports-gnome-e9b768d5d573cf7d6038f0e534a9fad7cf7a1193.zip |
Transfer ownership from ports@FreeBSD.org -> dan@trinsec.com
PR: ports/12365
Submitted by: Dan Moschuk <dan@trinsec.com>
Diffstat (limited to 'graphics/p5-chart')
-rw-r--r-- | graphics/p5-chart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-chart/Makefile b/graphics/p5-chart/Makefile index 15781b8e121e..ca09fc38fb90 100644 --- a/graphics/p5-chart/Makefile +++ b/graphics/p5-chart/Makefile @@ -3,7 +3,7 @@ # Date Created: 8 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/09/15 21:31:45 asami Exp $ +# $Id: Makefile,v 1.5 1999/06/22 22:51:00 cpiazza Exp $ # DISTNAME= Chart-0.99b @@ -12,7 +12,7 @@ CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= dan@trinsec.com BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD |