diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-06 05:21:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-06 05:21:41 +0000 |
commit | b956a01c9e543abe7a109a9ad71fde766ac639ae (patch) | |
tree | 2f1ad8d24bad7dd144b9f93f38fbdce7232fe765 /graphics/dataplot/Makefile | |
parent | 55e866227f0dbd21b67c8f85cacadef50a6e098a (diff) |
Notes
Diffstat (limited to 'graphics/dataplot/Makefile')
-rw-r--r-- | graphics/dataplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 77c37e576f2b..681533fcd207 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -6,14 +6,14 @@ # PORTNAME= dataplot -PORTVERSION= 20050310 +PORTVERSION= 20050830 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ http://www.itl.nist.gov/div898/software/dataplot.html/:doc -DISTFILES= dpsrc_1_2005${EXTRACT_SUFX}:source \ +DISTFILES= dpsrc.08_30_2005.gz:source \ dpsnapsh.pdf:doc DIST_SUBDIR= dataplot -EXTRACT_ONLY= dpsrc_1_2005${EXTRACT_SUFX} +EXTRACT_ONLY= dpsrc.08_30_2005.gz MAINTAINER= ports@FreeBSD.org COMMENT= A free software system for statistical visualization |