diff options
author | agc <agc@pkgsrc.org> | 1998-10-27 14:36:05 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-10-27 14:36:05 +0000 |
commit | 10d9e3dae98156774101ece2dfe53486898eec84 (patch) | |
tree | 6c60b1679c721f8c553f1a89222ec7b4a39feccd /net/coda_intro | |
parent | a8f1e26a506ba1ca5e899d4b06d22e0703ba3186 (diff) | |
download | pkgsrc-10d9e3dae98156774101ece2dfe53486898eec84.tar.gz |
Use pax, rather than tar, to install the documents.
Just install the NetBSD files, not the CVS directory.
Remove the coda-intro directory when de-installing the package.
Diffstat (limited to 'net/coda_intro')
-rw-r--r-- | net/coda_intro/Makefile | 10 | ||||
-rw-r--r-- | net/coda_intro/pkg/PLIST | 3 |
2 files changed, 5 insertions, 8 deletions
diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile index a7aaef9ab7b..aee663f21cc 100644 --- a/net/coda_intro/Makefile +++ b/net/coda_intro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/10/09 21:21:33 rvb Exp $ +# $NetBSD: Makefile,v 1.4 1998/10/27 14:36:05 agc Exp $ # DISTNAME= coda-intro-4.6.6 @@ -10,14 +10,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -#NO_DEPENDS= -#NO_CONFIGURE= - do-build: - @${ECHO} "These are simple text files. + @${TRUE} do-install: - @${ECHO} "We will copy the files to ${PREFIX}/share/doc/coda-intro" - cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -) + cd ${WRKSRC}; pax -r -w -s '|.*CVS||' -s '|.*\.FreeBSD||' doc ${PREFIX}/share .include "../../mk/bsd.pkg.mk" diff --git a/net/coda_intro/pkg/PLIST b/net/coda_intro/pkg/PLIST index c9a4b4afaeb..7f48f28fd6a 100644 --- a/net/coda_intro/pkg/PLIST +++ b/net/coda_intro/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/10/09 21:21:33 rvb Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/10/27 14:36:05 agc Exp $ share/doc/coda-intro/00README share/doc/coda-intro/Announcement share/doc/coda-intro/BUILD.NetBSD @@ -8,3 +8,4 @@ share/doc/coda-intro/README share/doc/coda-intro/RUN share/doc/coda-intro/WARNING share/doc/coda-intro/WARNING.NetBSD +@dirrm share/doc/coda-intro |