summaryrefslogtreecommitdiff
path: root/graphics/xplot
diff options
context:
space:
mode:
authorthorpej <thorpej>1997-12-14 22:55:11 +0000
committerthorpej <thorpej>1997-12-14 22:55:11 +0000
commit03b20cc6a040b79ee4bd989db0d9dc7b4a6b949c (patch)
tree8cb45307855c7d10aa40181797f758d8d4b4a288 /graphics/xplot
parent138dfb33939dac9c927af6966120dddb910cde8b (diff)
downloadpkgsrc-03b20cc6a040b79ee4bd989db0d9dc7b4a6b949c.tar.gz
Install READMEs and demos in $PREFIX/share/doc/xplot.
Diffstat (limited to 'graphics/xplot')
-rw-r--r--graphics/xplot/Makefile13
-rw-r--r--graphics/xplot/pkg/PLIST14
2 files changed, 25 insertions, 2 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