Fix plist and don't install CVS directory or NetBSD documentation files
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue