From 9a60df8d220a3c8bc67b501be0e9040913a309e7 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 14 Dec 1997 22:55:11 +0000 Subject: Install READMEs and demos in $PREFIX/share/doc/xplot. --- graphics/xplot/Makefile | 13 ++++++++++++- graphics/xplot/pkg/PLIST | 14 +++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) (limited to 'graphics/xplot') 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 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 -- cgit v1.2.3