diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 13:03:06 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 13:03:06 +0800 |
commit | 4f58bfc438232809e92975b1e447c9e7f4d23ded (patch) | |
tree | 92cb5684587f127e736bfdcf6e4fb3f4df0e95c8 /math | |
parent | 237f1cdd52b407333bb128b907eb59a9a1ceb9fe (diff) | |
download | freebsd-ports-gnome-4f58bfc438232809e92975b1e447c9e7f4d23ded.tar.gz freebsd-ports-gnome-4f58bfc438232809e92975b1e447c9e7f4d23ded.tar.zst freebsd-ports-gnome-4f58bfc438232809e92975b1e447c9e7f4d23ded.zip |
- Reassign to the heap due to mail bounces
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index e11fe45a0691..85207055ca76 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnuplot -# Date created: May 18, 1999 -# Whom: NAKAJI Hiroyuki -# +# Created by: NAKAJI Hiroyuki # $FreeBSD$ -# PORTNAME= gnuplot371+ PORTVERSION= 1.2.0 @@ -17,7 +13,7 @@ DISTFILES= gnuplot-3.7.1.tar.gz \ gnuplot3.7.1+${PORTVERSION}.patch.tar.gz:patch EXTRACT_ONLY= gnuplot-3.7.1.tar.gz -MAINTAINER= nakaji@jp.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A command-driven interactive function plotting program LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ |