diff options
author | glewis <glewis@FreeBSD.org> | 2002-11-05 14:09:30 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2002-11-05 14:09:30 +0800 |
commit | 64397bc817efbab57a45e97e646a6d6ce0b9b1de (patch) | |
tree | 65c98867b389c18d7eea23bd7fa581c786579ff5 /math/gnuplot/Makefile | |
parent | 3bf3c398bb810ed37024dbc79172c71e9222b826 (diff) | |
download | freebsd-ports-gnome-64397bc817efbab57a45e97e646a6d6ce0b9b1de.tar.gz freebsd-ports-gnome-64397bc817efbab57a45e97e646a6d6ce0b9b1de.tar.zst freebsd-ports-gnome-64397bc817efbab57a45e97e646a6d6ce0b9b1de.zip |
. Update to 3.7.2.
Approved by: maintainer timeout
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r-- | math/gnuplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 239760618dc2..57cf2896f4c2 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnuplot -PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTVERSION= 3.7.2 CATEGORIES= math graphics -MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= chuckr@FreeBSD.org |