diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-28 13:35:40 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-28 13:35:40 +0000 |
commit | caedea32b1be72e7b85c4ca91f3ad79220129cf2 (patch) | |
tree | ab76cd37b2ae1fa85db0d6088c582a96d16a2844 /math/gnuplot | |
parent | 7747e70a61258f05b9ec03fb6cb627b8c4385ce9 (diff) | |
download | ports-caedea32b1be72e7b85c4ca91f3ad79220129cf2.tar.gz ports-caedea32b1be72e7b85c4ca91f3ad79220129cf2.zip |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 95f9f40131de..9e22739f27ae 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,11 +3,12 @@ # Date created: 6 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/11 02:01:00 jmz Exp $ +# $Id: Makefile,v 1.4 1995/04/22 11:30:11 asami Exp $ # DISTNAME= gnuplot PKGNAME= gnuplot-3.5 +CATEGORIES+= math graphics MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ DISTFILES= gnuplot3.5.tar.Z |