diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /math/gnuplot/Makefile | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.zst freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.zip |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r-- | math/gnuplot/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 9e22739f27ae..b2b0b358864b 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,13 +3,14 @@ # Date created: 6 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/22 11:30:11 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/28 13:35:36 jkh Exp $ # DISTNAME= gnuplot PKGNAME= gnuplot-3.5 -CATEGORIES+= math graphics -MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ +CATEGORIES= math graphics +MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ \ + ${MASTER_SITE_GNU} DISTFILES= gnuplot3.5.tar.Z MAINTAINER= jmz@FreeBSD.org |