diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-16 02:16:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-16 02:16:28 +0000 |
commit | 76d9e2060ba5824e9b97146be9bf711ccb8b814a (patch) | |
tree | 7df30fd37c356d92bb95747100851a2862652ffd /math/xplot | |
parent | 3c1269109edb1d332b75261150f41173e8fc7513 (diff) | |
download | ports-76d9e2060ba5824e9b97146be9bf711ccb8b814a.tar.gz ports-76d9e2060ba5824e9b97146be9bf711ccb8b814a.zip |
Notes
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 |