From 1df344bbb2f79c475b7e9dca265bcba376db786f Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 10 Mar 2001 06:17:24 +0000 Subject: Fix plist and don't install CVS directory or NetBSD documentation files --- net/coda_intro/Makefile | 2 +- net/coda_intro/pkg-plist | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'net/coda_intro') diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile index 1546f9e..8218230 100644 --- a/net/coda_intro/Makefile +++ b/net/coda_intro/Makefile @@ -19,6 +19,6 @@ do-build: 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}; tar --create --file - --exclude \*NetBSD --exclude CVS doc | (cd ${PREFIX}/share; tar xvf -) .include diff --git a/net/coda_intro/pkg-plist b/net/coda_intro/pkg-plist index 35041be..05565b9 100644 --- a/net/coda_intro/pkg-plist +++ b/net/coda_intro/pkg-plist @@ -6,3 +6,4 @@ share/doc/coda-intro/INSTALL.FreeBSD share/doc/coda-intro/README share/doc/coda-intro/RUN share/doc/coda-intro/WARNING +@dirrm share/doc/coda-intro -- cgit v1.1