summaryrefslogtreecommitdiff
path: root/net/coda_doc
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-10-27 19:12:22 +0000
committeragc <agc@pkgsrc.org>1998-10-27 19:12:22 +0000
commit6915ca5d34086926ba5be6ae14084eef21cabb83 (patch)
tree5ba8f29735ae72dabab8fbb92d97966fdff06900 /net/coda_doc
parent10d9e3dae98156774101ece2dfe53486898eec84 (diff)
downloadpkgsrc-6915ca5d34086926ba5be6ae14084eef21cabb83.tar.gz
Use pax to install the documentation.
Remove the code documentation directories at de-installation time.
Diffstat (limited to 'net/coda_doc')
-rw-r--r--net/coda_doc/Makefile12
-rw-r--r--net/coda_doc/pkg/PLIST6
2 files changed, 11 insertions, 7 deletions
diff --git a/net/coda_doc/Makefile b/net/coda_doc/Makefile
index bd57354ecdd..6f540b99b6a 100644
--- a/net/coda_doc/Makefile
+++ b/net/coda_doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/10/02 14:38:59 rvb Exp $
+# $NetBSD: Makefile,v 1.4 1998/10/27 19:12:22 agc Exp $
#
DISTNAME= coda-doc-4.6.5-3
@@ -14,12 +14,12 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/
#NO_CONFIGURE=
do-build:
- @${ECHO} "At present, Coda documentation is distributed in html, man, ps, and ppt forms"
- @${ECHO} "but documentation source is not available. It should appear in a release"
- @${ECHO} "or two."
+ @${ECHO} "At present, Coda documentation is distributed in html,"
+ @${ECHO} "man, ps, and ppt forms but documentation source is not"
+ @${ECHO} "available. It should appear in a release or two."
do-install:
- cd ${WRKSRC}; tar cf - man | (cd ${PREFIX}; tar xvf -)
- cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)
+ cd ${WRKSRC}; pax -r -w man ${PREFIX}
+ cd ${WRKSRC}; pax -r -w doc ${PREFIX}/share
.include "../../mk/bsd.pkg.mk"
diff --git a/net/coda_doc/pkg/PLIST b/net/coda_doc/pkg/PLIST
index 815453ddc7c..a20700efa4e 100644
--- a/net/coda_doc/pkg/PLIST
+++ b/net/coda_doc/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1998/10/02 14:19:22 agc Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/10/27 19:12:22 agc Exp $
man/man1/cfs.1
man/man1/clog.1
man/man1/cmon.1
@@ -190,3 +190,7 @@ share/doc/coda-doc-4.6.5/ps/rvm_manual.ps
share/doc/coda-doc-4.6.5/ps/sec.ps
share/doc/coda-doc-4.6.5/ps/server.ps
share/doc/coda-doc-4.6.5/ps/venus-ds.ps
+@dirrm share/doc/coda-doc-4.6.5/ps
+@dirrm share/doc/coda-doc-4.6.5/ppt
+@dirrm share/doc/coda-doc-4.6.5/html
+@dirrm share/doc/coda-doc-4.6.5