diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-03-07 02:38:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-03-07 02:38:18 +0000 |
commit | 30f328a614641397c75e27cb881301ba43030ebd (patch) | |
tree | 34a9d9479e204690c440934c2b47a1e48bf512c3 /math/ploticus | |
parent | a103890ed0aa3e623e3d5fe20d0e628abb589850 (diff) | |
download | ports-30f328a614641397c75e27cb881301ba43030ebd.tar.gz ports-30f328a614641397c75e27cb881301ba43030ebd.zip |
Notes
Diffstat (limited to 'math/ploticus')
-rw-r--r-- | math/ploticus/Makefile | 4 | ||||
-rw-r--r-- | math/ploticus/distinfo | 4 | ||||
-rw-r--r-- | math/ploticus/pkg-plist | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 59f9b2c5bf82..cb662ee51ac7 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ploticus -PORTVERSION= 2.30 +PORTVERSION= 2.31 CATEGORIES= math MASTER_SITES= http://ploticus.sourceforge.net/download/ DISTNAME= pl${PORTVERSION:S/.//}src @@ -45,7 +45,7 @@ USE_XPM= yes .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin/ploticus @${MKDIR} ${DATADIR} cd ${WRKSRC}/../prefabs && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} diff --git a/math/ploticus/distinfo b/math/ploticus/distinfo index ba97a2486bb2..268038e73748 100644 --- a/math/ploticus/distinfo +++ b/math/ploticus/distinfo @@ -1,2 +1,2 @@ -MD5 (pl230src.tar.gz) = 0d345918bba1f2fcdbb3d46cd3563d44 -SIZE (pl230src.tar.gz) = 420104 +MD5 (pl231src.tar.gz) = 70712f7f41484db3bfd9210ae7742762 +SIZE (pl231src.tar.gz) = 443596 diff --git a/math/ploticus/pkg-plist b/math/ploticus/pkg-plist index cfc8d4d7dda3..1adeb8b3fdfe 100644 --- a/math/ploticus/pkg-plist +++ b/math/ploticus/pkg-plist @@ -1,5 +1,5 @@ @comment $FreeBSD$ -bin/pl +bin/ploticus %%PORTDOCS%%%%EXAMPLESDIR%%/Diag.out %%PORTDOCS%%%%EXAMPLESDIR%%/Makefile %%PORTDOCS%%%%EXAMPLESDIR%%/README @@ -8,6 +8,7 @@ bin/pl %%PORTDOCS%%%%EXAMPLESDIR%%/api_examp.c %%PORTDOCS%%%%EXAMPLESDIR%%/bars3.htm %%PORTDOCS%%%%EXAMPLESDIR%%/clickmap_mouse.htm +%%PORTDOCS%%%%EXAMPLESDIR%%/clickmap_mouse.map %%PORTDOCS%%%%EXAMPLESDIR%%/colorgrid.htm %%PORTDOCS%%%%EXAMPLESDIR%%/cumufrac.dat %%PORTDOCS%%%%EXAMPLESDIR%%/curve1.dat @@ -97,6 +98,7 @@ bin/pl %%DATADIR%%/README %%DATADIR%%/chron.pl %%DATADIR%%/chron.pl- +%%DATADIR%%/chron.pl-- %%DATADIR%%/chunk_area %%DATADIR%%/chunk_chronfilter %%DATADIR%%/chunk_doheatmap |