diff options
author | rillig <rillig> | 2005-11-10 11:37:39 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-10 11:37:39 +0000 |
commit | 6264fcf7c06e1b640fa0fc4c5ea4ab13795ebbc9 (patch) | |
tree | c54ba4d86dbae8768869e15ec7e997e5692a5b8b /audio | |
parent | cfd427793ed7b0456c3552e8fa04616eb9cb266d (diff) | |
download | pkgsrc-6264fcf7c06e1b640fa0fc4c5ea4ab13795ebbc9.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')
-rw-r--r-- | audio/csound-manual/Makefile | 10 | ||||
-rw-r--r-- | audio/csound-manual/PLIST | 8 |
2 files changed, 6 insertions, 12 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 \ diff --git a/audio/csound-manual/PLIST b/audio/csound-manual/PLIST index e761eb046a1..f82e9e7a7d1 100644 --- a/audio/csound-manual/PLIST +++ b/audio/csound-manual/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/06/28 13:21:48 ben Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/11/10 11:37:39 rillig Exp $ share/doc/html/csound/a.html share/doc/html/csound/abetarand.html share/doc/html/csound/abexprnd.html @@ -165,9 +165,6 @@ share/doc/html/csound/equals.html share/doc/html/csound/event.html share/doc/html/csound/examples/0dbfs.orc share/doc/html/csound/examples/0dbfs.sco -share/doc/html/csound/examples/CVS/Entries -share/doc/html/csound/examples/CVS/Repository -share/doc/html/csound/examples/CVS/Root share/doc/html/csound/examples/HRTFcompact share/doc/html/csound/examples/a.orc share/doc/html/csound/examples/a.sco @@ -1107,9 +1104,6 @@ share/doc/html/csound/igauss.html share/doc/html/csound/igoto.html share/doc/html/csound/ihold.html share/doc/html/csound/ilinrand.html -share/doc/html/csound/images/CVS/Entries -share/doc/html/csound/images/CVS/Repository -share/doc/html/csound/images/CVS/Root share/doc/html/csound/images/adsr.png share/doc/html/csound/images/caution.gif share/doc/html/csound/images/flanger.png |