diff options
author | kris <kris@FreeBSD.org> | 2001-03-10 06:17:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-10 06:17:24 +0000 |
commit | 1df344bbb2f79c475b7e9dca265bcba376db786f (patch) | |
tree | 1a5ca1dc0aca3b1ea266ee6cb877fdb2c6f8883c /net | |
parent | 1b00a7000e7952368d2a62451a8aa826579f1864 (diff) | |
download | FreeBSD-ports-1df344bbb2f79c475b7e9dca265bcba376db786f.zip FreeBSD-ports-1df344bbb2f79c475b7e9dca265bcba376db786f.tar.gz |
Fix plist and don't install CVS directory or NetBSD documentation files
Diffstat (limited to 'net')
-rw-r--r-- | net/coda_intro/Makefile | 2 | ||||
-rw-r--r-- | net/coda_intro/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk> 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 |