diff options
author | obache <obache@pkgsrc.org> | 2007-02-03 04:37:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-02-03 04:37:43 +0000 |
commit | c22ef956aab92fc384f96e3fc89a13efe0192f68 (patch) | |
tree | 4b9e6605cd1436909b52f0a159897037d0ea6b26 /graphics/ploticus | |
parent | 3686e0b8a5412cecc2ca6145dce5c1ffb60a9124 (diff) | |
download | pkgsrc-c22ef956aab92fc384f96e3fc89a13efe0192f68.tar.gz |
Runtime fix. Add missing prefab files.
Patch provided by Mathieu in PR 35516.
Diffstat (limited to 'graphics/ploticus')
-rw-r--r-- | graphics/ploticus/Makefile | 13 | ||||
-rw-r--r-- | graphics/ploticus/PLIST | 13 |
2 files changed, 20 insertions, 6 deletions
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile index e33079afa0e..84a6dc88567 100644 --- a/graphics/ploticus/Makefile +++ b/graphics/ploticus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/17 13:46:34 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2007/02/03 04:37:43 obache Exp $ DISTNAME= pl231src PKGNAME= ploticus-2.31pl4 @@ -28,10 +28,13 @@ INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin/pl ${INSTALL_DATA_DIR} ${PREFABDST} -.for file in chunk_logtics chunk_xaxis lines.pl stack.pl chron.pl \ - chunk_read chunk_yaxis multidist.pl vbars.pl chunk_area \ - chunk_setstd dist.pl pie.pl chunk_logstubs chunk_title draw.pl \ - scat.pl +.for file in \ + README chron.pl chunk_area chunk_chronfilter chunk_doheatmap \ + chunk_heatmapfilter chunk_logstubs chunk_logtics chunk_read \ + chunk_setstd chunk_stackareafilter chunk_title chunk_vdistfilter \ + chunk_xaxis chunk_yaxis compare.pl cumufrac.pl dist.pl draw.pl \ + heatmap.pl lines.pl multidist.pl pie.pl processdata.pl scat.pl \ + stack.pl vbars.pl vdist.pl ${INSTALL_DATA} ${PREFABSRC}/${file} ${PREFABDST}/${file} .endfor diff --git a/graphics/ploticus/PLIST b/graphics/ploticus/PLIST index 1eb6a0112a1..8ec8b0b144d 100644 --- a/graphics/ploticus/PLIST +++ b/graphics/ploticus/PLIST @@ -1,20 +1,31 @@ -@comment $NetBSD: PLIST,v 1.4 2004/05/15 11:16:45 grant Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/02/03 04:37:43 obache Exp $ bin/pl +share/ploticus/README share/ploticus/chron.pl share/ploticus/chunk_area +share/ploticus/chunk_chronfilter +share/ploticus/chunk_doheatmap +share/ploticus/chunk_heatmapfilter share/ploticus/chunk_logstubs share/ploticus/chunk_logtics share/ploticus/chunk_read share/ploticus/chunk_setstd +share/ploticus/chunk_stackareafilter share/ploticus/chunk_title +share/ploticus/chunk_vdistfilter share/ploticus/chunk_xaxis share/ploticus/chunk_yaxis +share/ploticus/compare.pl +share/ploticus/cumufrac.pl share/ploticus/dist.pl share/ploticus/draw.pl +share/ploticus/heatmap.pl share/ploticus/lines.pl share/ploticus/multidist.pl share/ploticus/pie.pl +share/ploticus/processdata.pl share/ploticus/scat.pl share/ploticus/stack.pl share/ploticus/vbars.pl +share/ploticus/vdist.pl @dirrm share/ploticus |