diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-30 09:37:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-30 09:37:02 +0000 |
commit | e883a3c7db93f494c52c4c739a8bad8a75959780 (patch) | |
tree | f4b4640bf95ffd3606881e1ffca28e296927cbc9 /graphics | |
parent | a554a6e6fdb955241bd168d5784e861d76c976f3 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mingplot/Makefile | 3 | ||||
-rw-r--r-- | graphics/mingplot/distinfo | 4 | ||||
-rw-r--r-- | graphics/mingplot/pkg-plist | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/graphics/mingplot/Makefile b/graphics/mingplot/Makefile index 6bd9b88f0400..855b996dfab4 100644 --- a/graphics/mingplot/Makefile +++ b/graphics/mingplot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mingplot -PORTVERSION= 0.3 -PORTREVISION= 4 +PORTVERSION= 0.4 CATEGORIES= graphics www MASTER_SITES= http://0xcc.net/mingplot/ diff --git a/graphics/mingplot/distinfo b/graphics/mingplot/distinfo index a032501e0d78..566e8e7d2de3 100644 --- a/graphics/mingplot/distinfo +++ b/graphics/mingplot/distinfo @@ -1,2 +1,2 @@ -SHA256 (mingplot-0.3.tar.gz) = 9c4917a3fb749c7d0673300f6534c7b69453fac8f3427c73dd8b1d2684d83783 -SIZE (mingplot-0.3.tar.gz) = 47090 +SHA256 (mingplot-0.4.tar.gz) = e17cd1b83b29687ad65b7b510955b3fbcd943debd7415e41c2a02446eaa39803 +SIZE (mingplot-0.4.tar.gz) = 47751 diff --git a/graphics/mingplot/pkg-plist b/graphics/mingplot/pkg-plist index 0ec0a6d816e1..a935180eebbd 100644 --- a/graphics/mingplot/pkg-plist +++ b/graphics/mingplot/pkg-plist @@ -1,9 +1,9 @@ bin/amazonplot bin/googleplot -share/mingplot/mingplot.css -share/mingplot/EfontSerifB.fdb +%%DATADIR%%/mingplot.css +%%DATADIR%%/EfontSerifB.fdb %%RUBY_SITELIBDIR%%/mingchart.rb %%RUBY_SITELIBDIR%%/mingplot.rb %%RUBY_SITELIBDIR%%/googleplot.rb %%RUBY_SITELIBDIR%%/amazonplot.rb -@dirrm share/mingplot +@dirrm %%DATADIR%% |