diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-31 22:23:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-31 22:23:50 +0000 |
commit | d120c3bc0231cc569942610505540ac6952d8450 (patch) | |
tree | 5ca0e4e59b24df3d80d600aba289abf8781729d9 /audio | |
parent | 11636bea6869b57355a7d1bfd8c42eb559cf4637 (diff) | |
download | pkgsrc-d120c3bc0231cc569942610505540ac6952d8450.tar.gz |
Documentation is installed in share/doc, not in doc.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/muse/Makefile | 5 | ||||
-rw-r--r-- | audio/muse/PLIST | 21 |
2 files changed, 13 insertions, 13 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 14bf55ab84c..0acf3c4171c 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -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+= --disable-lubrify 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 --git a/audio/muse/PLIST b/audio/muse/PLIST index b0507ebe351..9ded4fa3115 100644 --- a/audio/muse/PLIST +++ b/audio/muse/PLIST @@ -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 |