summaryrefslogtreecommitdiff
path: root/audio/csound-manual/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-10 11:37:39 +0000
committerrillig <rillig@pkgsrc.org>2005-11-10 11:37:39 +0000
commit9a6999d9487956a97c78cb73292b0d8ef638aebb (patch)
treec54ba4d86dbae8768869e15ec7e997e5692a5b8b /audio/csound-manual/Makefile
parentbfe651305d3aa561f353a38b3e4c2cbddf0b5f65 (diff)
downloadpkgsrc-9a6999d9487956a97c78cb73292b0d8ef638aebb.tar.gz
- Removed /CVS/ files from the PLIST.
- Bumped PKGREVISION. - Changed DIST_SUBDIR from ${PKGNAME} to ${PKGNAME_NOREV}nb2, as the distfile hasn't changed.
Diffstat (limited to 'audio/csound-manual/Makefile')
-rw-r--r--audio/csound-manual/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile
index b61b46b32ce..6620cc07f39 100644
--- a/audio/csound-manual/Makefile
+++ b/audio/csound-manual/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2004/06/28 13:21:48 ben Exp $
+# $NetBSD: Makefile,v 1.17 2005/11/10 11:37:39 rillig Exp $
#
DISTNAME= manual-html-4.23
PKGNAME= csound-manual-4.23
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/manuals/ \
http://www.kevindumpscore.com/download/
@@ -14,12 +14,12 @@ COMMENT= Csound Reference Manual
NO_BUILD= yes
WRKSRC= ${WRKDIR}
-DIST_SUBDIR= ${PKGNAME}
+DIST_SUBDIR= ${PKGNAME_NOREV}nb2
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/csound
- cd ${WRKSRC}/csound-4.23/manual && \
- ${PAX} -rw * ${PREFIX}/share/doc/html/csound
+ cd ${WRKSRC}/csound-4.23/manual \
+ && ${PAX} -rw -s '|.*/CVS/.*||' * ${PREFIX}/share/doc/html/csound
cd ${FILESDIR} && ${INSTALL_DATA} rt-midi-input.* \
${PREFIX}/share/doc/html/csound/examples
${LN} -s ../../share/doc/html/csound/examples \