summaryrefslogtreecommitdiff
path: root/audio/csound-manual/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-12 20:21:34 +0000
committerrillig <rillig@pkgsrc.org>2006-04-12 20:21:34 +0000
commit52e4e5d4b83e6f720b519b5986300d8136337a4f (patch)
tree17d49a626228c18bbe706dbbeef4109b8c1d51fd /audio/csound-manual/Makefile
parent9240927c85975cf0cab9a4f8f5a021e464f900c7 (diff)
downloadpkgsrc-52e4e5d4b83e6f720b519b5986300d8136337a4f.tar.gz
The documentation is installed into share/doc/csound instead of
share/doc/html/csound. The (empty) CVS directories are not installed. Bumped PKGREVISION.
Diffstat (limited to 'audio/csound-manual/Makefile')
-rw-r--r--audio/csound-manual/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile
index 6620cc07f39..8e8fc80ca3b 100644
--- a/audio/csound-manual/Makefile
+++ b/audio/csound-manual/Makefile
@@ -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"