diff options
| -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 |
