pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/muse Documentation is installed in share/doc, no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97be406ac6e1
branches:  trunk
changeset: 494949:97be406ac6e1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 31 22:23:50 2005 +0000

description:
Documentation is installed in share/doc, not in doc.

diffstat:

 audio/muse/Makefile |   5 +++--
 audio/muse/PLIST    |  21 ++++++++++-----------
 2 files changed, 13 insertions(+), 13 deletions(-)

diffs (52 lines):

diff -r 83783bd64a93 -r 97be406ac6e1 audio/muse/Makefile
--- a/audio/muse/Makefile       Tue May 31 22:15:16 2005 +0000
+++ b/audio/muse/Makefile       Tue May 31 22:23:50 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:38 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/31 22:23:50 rillig Exp $
 #
 
 DISTNAME=      MuSE-0.9
 PKGNAME=       ${DISTNAME:S/MuSE/muse/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    audio
 MASTER_SITES=  ftp://ftp.dyne.org/muse/releases/ \
                http://www.ljudmila.org/~jaromil/muse/releases/ \
@@ -23,6 +23,7 @@
 CONFIGURE_ARGS+=       --enable-gtk2
 LIBS+=                 ${LIBOSSAUDIO}
 MAKE_ENV+=             PKGLOCALEDIR=${PKGLOCALEDIR}
+MAKE_FLAGS+=           docsdir=${PREFIX:Q}/share/doc/MuSE
 
 SUBST_CLASSES=         dsp
 SUBST_STAGE.dsp=       post-patch
diff -r 83783bd64a93 -r 97be406ac6e1 audio/muse/PLIST
--- a/audio/muse/PLIST  Tue May 31 22:15:16 2005 +0000
+++ b/audio/muse/PLIST  Tue May 31 22:23:50 2005 +0000
@@ -1,15 +1,14 @@
-@comment $NetBSD: PLIST,v 1.2 2004/05/09 17:27:53 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/31 22:23:50 rillig Exp $
 bin/muse
-doc/MuSE/AUTHORS
-doc/MuSE/COPYING
-doc/MuSE/ChangeLog
-doc/MuSE/KNOWN-BUGS
-doc/MuSE/NEWS
-doc/MuSE/README
-doc/MuSE/TODO
-doc/MuSE/USAGE
 man/man1/muse.1
+share/doc/MuSE/AUTHORS
+share/doc/MuSE/COPYING
+share/doc/MuSE/ChangeLog
+share/doc/MuSE/KNOWN-BUGS
+share/doc/MuSE/NEWS
+share/doc/MuSE/README
+share/doc/MuSE/TODO
+share/doc/MuSE/USAGE
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/muse.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/muse.mo
-@dirrm doc/MuSE
-@dirrm doc
+@dirrm share/doc/MuSE



Home | Main Index | Thread Index | Old Index