diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-05 21:28:09 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-05 21:28:09 +0000 |
commit | f086ce233e4800f91d428eae5926e45c2bdd4157 (patch) | |
tree | abdb3b979749f740fec60585c468e3a318454abe /audio/mstream | |
parent | 88cffd3ee1c68d1f837da4c834a43964b1391bca (diff) | |
download | pkgsrc-f086ce233e4800f91d428eae5926e45c2bdd4157.tar.gz |
Use ${PKGMANDIR} when install manpages
Diffstat (limited to 'audio/mstream')
-rw-r--r-- | audio/mstream/distinfo | 3 | ||||
-rw-r--r-- | audio/mstream/patches/patch-Makefile | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/mstream/distinfo b/audio/mstream/distinfo index dd0aa14949a..aaa8d94daaa 100644 --- a/audio/mstream/distinfo +++ b/audio/mstream/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2008/11/22 08:03:30 kim Exp $ +$NetBSD: distinfo,v 1.7 2012/02/05 21:31:17 sbd Exp $ SHA1 (mstream-1.3.tar.gz) = bfdbb6b33000783f238162cde63752b9c7d19640 RMD160 (mstream-1.3.tar.gz) = 918d55e51be9988622cacfc65ca0f57d6fc61848 Size (mstream-1.3.tar.gz) = 5483 bytes +SHA1 (patch-Makefile) = cc49e432dda8673504883838d9b853aca9631b23 diff --git a/audio/mstream/patches/patch-Makefile b/audio/mstream/patches/patch-Makefile new file mode 100644 index 00000000000..aa0b8e37601 --- /dev/null +++ b/audio/mstream/patches/patch-Makefile @@ -0,0 +1,13 @@ +$NetBSD: patch-Makefile,v 1.1 2012/02/05 21:31:17 sbd Exp $ + +--- Makefile.orig 2008-11-22 07:46:37.000000000 +0000 ++++ Makefile +@@ -5,7 +5,7 @@ + + PREFIX = /usr/pkg + BINDIR = ${PREFIX}/bin +-MAN1DIR = ${PREFIX}/man/man1 ++MAN1DIR = ${PREFIX}/${PKGMANDIR}/man1 + MODDIR = ${PREFIX}/share/ices-mp3 + DATADIR = ${PREFIX}/share/mstream + |