diff options
author | agc <agc> | 1998-10-27 19:12:22 +0000 |
---|---|---|
committer | agc <agc> | 1998-10-27 19:12:22 +0000 |
commit | a980c9675264837ee670911dadbee26ce174f019 (patch) | |
tree | 5ba8f29735ae72dabab8fbb92d97966fdff06900 /net/coda_doc | |
parent | b5e47eef707b4ac30094665970de663833f4a2eb (diff) | |
download | pkgsrc-a980c9675264837ee670911dadbee26ce174f019.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/Makefile | 12 | ||||
-rw-r--r-- | net/coda_doc/pkg/PLIST | 6 |
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 |