The documentation is installed into share/doc/csound instead of
share/doc/html/csound. The (empty) CVS directories are not installed. Bumped PKGREVISION.
This commit is contained in:
parent
9240927c85
commit
52e4e5d4b8
2 changed files with 1807 additions and 1809 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.17 2005/11/10 11:37:39 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2006/04/12 20:21:34 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= manual-html-4.23
|
||||
PKGNAME= csound-manual-4.23
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/manuals/ \
|
||||
http://www.kevindumpscore.com/download/
|
||||
|
@ -17,12 +17,12 @@ WRKSRC= ${WRKDIR}
|
|||
DIST_SUBDIR= ${PKGNAME_NOREV}nb2
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/csound
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/csound
|
||||
cd ${WRKSRC}/csound-4.23/manual \
|
||||
&& ${PAX} -rw -s '|.*/CVS/.*||' * ${PREFIX}/share/doc/html/csound
|
||||
&& ${PAX} -rw -s '|.*/CVS/.*||' -s ',.*/CVS$$,,' * ${PREFIX}/share/doc/csound
|
||||
cd ${FILESDIR} && ${INSTALL_DATA} rt-midi-input.* \
|
||||
${PREFIX}/share/doc/html/csound/examples
|
||||
${LN} -s ../../share/doc/html/csound/examples \
|
||||
${PREFIX}/share/doc/csound/examples
|
||||
${LN} -s ../../share/doc/csound/examples \
|
||||
${PREFIX}/share/examples/csound
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue