diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
commit | 6668ebfd146a4a968a9aad2739ff0e22f056e12e (patch) | |
tree | c58b5ed0094e47034eec0c383025d619c479e96e /math/gnuplot | |
parent | 212bf07350a21c82c24ecf9532de5a2f981dea31 (diff) | |
download | FreeBSD-ports-6668ebfd146a4a968a9aad2739ff0e22f056e12e.zip FreeBSD-ports-6668ebfd146a4a968a9aad2739ff0e22f056e12e.tar.gz |
Add MAINTAINER= jmz@FreeBSD.org
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 6c3fd32..84d9944 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,14 +1,16 @@ + # New ports collection makefile for: gnuplot # Version required: 3.5 # Date created: 6 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.2 1995/04/11 01:18:55 asami Exp $ # DISTNAME= gnuplot PKGNAME= gnuplot-3.5 MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ +MAINTAINER= jmz@FreeBSD.org DISTFILES= gnuplot3.5.tar.Z pre-install: |