summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/xplot/Makefile13
-rw-r--r--graphics/xplot/pkg/PLIST14
-rw-r--r--x11/xplot/Makefile13
-rw-r--r--x11/xplot/pkg/PLIST14
4 files changed, 50 insertions, 4 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile
index fc6cfaf6485..3ff692bc872 100644
--- a/graphics/xplot/Makefile
+++ b/graphics/xplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1997/12/11 22:08:44 agc Exp $
+# $NetBSD: Makefile,v 1.3 1997/12/14 22:55:11 thorpej Exp $
#
# Packages collection Makefile for: xplot
# Version required: 0.90
@@ -11,4 +11,15 @@ MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/
GNU_CONFIGURE= yes
+DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \
+ demo.3 demo.4 demo.5 demo.6 demo.7
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/xplot
+.for file in ${DOCFILES}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot
+.endfor
+.endif
+
.include <bsd.port.mk>
diff --git a/graphics/xplot/pkg/PLIST b/graphics/xplot/pkg/PLIST
index 08c867ff6f4..1cf11f31291 100644
--- a/graphics/xplot/pkg/PLIST
+++ b/graphics/xplot/pkg/PLIST
@@ -1,3 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 1997/12/11 01:51:00 thorpej Exp $
+@comment $NetBSD: PLIST,v 1.2 1997/12/14 22:55:14 thorpej Exp $
bin/tcpdump2xplot.pl
bin/xplot
+share/doc/xplot/ANNOUNCE
+share/doc/xplot/README
+share/doc/xplot/README.tcp_plots
+share/doc/xplot/demo.0
+share/doc/xplot/demo.1
+share/doc/xplot/demo.2
+share/doc/xplot/demo.3
+share/doc/xplot/demo.4
+share/doc/xplot/demo.5
+share/doc/xplot/demo.6
+share/doc/xplot/demo.7
+@dirrm share/doc/xplot
diff --git a/x11/xplot/Makefile b/x11/xplot/Makefile
index fc6cfaf6485..3ff692bc872 100644
--- a/x11/xplot/Makefile
+++ b/x11/xplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1997/12/11 22:08:44 agc Exp $
+# $NetBSD: Makefile,v 1.3 1997/12/14 22:55:11 thorpej Exp $
#
# Packages collection Makefile for: xplot
# Version required: 0.90
@@ -11,4 +11,15 @@ MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/
GNU_CONFIGURE= yes
+DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \
+ demo.3 demo.4 demo.5 demo.6 demo.7
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/xplot
+.for file in ${DOCFILES}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot
+.endfor
+.endif
+
.include <bsd.port.mk>
diff --git a/x11/xplot/pkg/PLIST b/x11/xplot/pkg/PLIST
index 08c867ff6f4..1cf11f31291 100644
--- a/x11/xplot/pkg/PLIST
+++ b/x11/xplot/pkg/PLIST
@@ -1,3 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 1997/12/11 01:51:00 thorpej Exp $
+@comment $NetBSD: PLIST,v 1.2 1997/12/14 22:55:14 thorpej Exp $
bin/tcpdump2xplot.pl
bin/xplot
+share/doc/xplot/ANNOUNCE
+share/doc/xplot/README
+share/doc/xplot/README.tcp_plots
+share/doc/xplot/demo.0
+share/doc/xplot/demo.1
+share/doc/xplot/demo.2
+share/doc/xplot/demo.3
+share/doc/xplot/demo.4
+share/doc/xplot/demo.5
+share/doc/xplot/demo.6
+share/doc/xplot/demo.7
+@dirrm share/doc/xplot