pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/csound-manual - Removed /CVS/ files from the PLIST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67fc358886f7
branches:  trunk
changeset: 502887:67fc358886f7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 10 11:37:39 2005 +0000

description:
- Removed /CVS/ files from the PLIST.
- Bumped PKGREVISION.
- Changed DIST_SUBDIR from ${PKGNAME} to ${PKGNAME_NOREV}nb2, as the
  distfile hasn't changed.

diffstat:

 audio/csound-manual/Makefile |  10 +++++-----
 audio/csound-manual/PLIST    |   8 +-------
 2 files changed, 6 insertions(+), 12 deletions(-)

diffs (60 lines):

diff -r cb124031047a -r 67fc358886f7 audio/csound-manual/Makefile
--- a/audio/csound-manual/Makefile      Thu Nov 10 11:14:03 2005 +0000
+++ b/audio/csound-manual/Makefile      Thu Nov 10 11:37:39 2005 +0000
@@ -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 @@
 
 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 -r cb124031047a -r 67fc358886f7 audio/csound-manual/PLIST
--- a/audio/csound-manual/PLIST Thu Nov 10 11:14:03 2005 +0000
+++ b/audio/csound-manual/PLIST Thu Nov 10 11:37:39 2005 +0000
@@ -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/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/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



Home | Main Index | Thread Index | Old Index