diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 06:17:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 06:17:24 +0000 |
commit | 8c725f1ee4f7833abeb364be1fa2027bbdccee5e (patch) | |
tree | dfa45f10870fb4bfa88a9b19b76ed7767e5801dd /net | |
parent | ea573ffe3386d6ca5e1ed7411dcc21e4fb6937b9 (diff) | |
download | freebsd-ports-8c725f1ee4f7833abeb364be1fa2027bbdccee5e.zip |
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 1546f9e8fdd4..82182309cffb 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 35041be67df4..05565b95d1b2 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 |