diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-30 19:36:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-30 19:36:10 +0000 |
commit | cddfa0d2c4c9919c146c11556bbb0664f1fd22aa (patch) | |
tree | d78bff138b27ff2e7c4bf5cf445ffdf3b1f3a24b /graphics/dataplot/Makefile | |
parent | 8b0eb137e4e14eaa79da6c1f221cfe3df9f2827a (diff) | |
download | ports-cddfa0d2c4c9919c146c11556bbb0664f1fd22aa.tar.gz ports-cddfa0d2c4c9919c146c11556bbb0664f1fd22aa.zip |
Notes
Diffstat (limited to 'graphics/dataplot/Makefile')
-rw-r--r-- | graphics/dataplot/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 977877c6a9e5..a323f6865c82 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -6,15 +6,17 @@ # PORTNAME= dataplot -PORTVERSION= 20060425 +PORTVERSION= 20061219 PORTREVISION= CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ - http://www.itl.nist.gov/div898/software/dataplot.html/:doc -DISTFILES= dpsrc.04_25_2006.tar.gz:source \ - dpsnapsh.pdf:doc + http://www.alaskaparadise.com/freebsd/:source \ + http://www.itl.nist.gov/div898/software/dataplot.html/:doc \ + http://www.alaskaparadise.com/freebsd/:doc +DISTFILES= dpsrc.12_19_2006.tar.gz:source \ + dpsnapsh.pdf:doc DIST_SUBDIR= dataplot -EXTRACT_ONLY= dpsrc.04_25_2006.tar.gz +EXTRACT_ONLY= dpsrc.12_19_2006.tar.gz MAINTAINER= beech@alaskaparadise.com COMMENT= A free software system for statistical visualization |