Fix plist and don't install CVS directory or NetBSD documentation files

This commit is contained in:
Kris Kennaway 2001-03-10 06:17:24 +00:00
parent ea573ffe33
commit 8c725f1ee4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39380
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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