diff options
author | kris <kris@FreeBSD.org> | 2004-04-16 10:16:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-16 10:16:28 +0800 |
commit | 388547b5dc20e8586e4b7c1c820ccadc300a0d3d (patch) | |
tree | 8188b0a6b50ade79709a77ab0f9a125b90730835 /math/xplot | |
parent | 707c763e59f5ccbac4644618246daf82e35fc652 (diff) | |
download | freebsd-ports-gnome-388547b5dc20e8586e4b7c1c820ccadc300a0d3d.tar.gz freebsd-ports-gnome-388547b5dc20e8586e4b7c1c820ccadc300a0d3d.tar.zst freebsd-ports-gnome-388547b5dc20e8586e4b7c1c820ccadc300a0d3d.zip |
Add missing files and manpages
Diffstat (limited to 'math/xplot')
-rw-r--r-- | math/xplot/Makefile | 2 | ||||
-rw-r--r-- | math/xplot/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/math/xplot/Makefile b/math/xplot/Makefile index c1e2cf9d0c91..851d0dfe3dac 100644 --- a/math/xplot/Makefile +++ b/math/xplot/Makefile @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes #XPLOT_DEMOS= demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7 +MAN1= tcpdump2xplot.1 xplot.1 + post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tcpdump2xplot.pl ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/math/xplot/pkg-plist b/math/xplot/pkg-plist index ffd19a272251..8b620d8a6b11 100644 --- a/math/xplot/pkg-plist +++ b/math/xplot/pkg-plist @@ -1,4 +1,5 @@ bin/xplot +bin/tcpdump2xplot bin/tcpdump2xplot.pl share/doc/xplot/README share/doc/xplot/README.tcp_plots |