summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-02-05 21:28:09 +0000
committersbd <sbd@pkgsrc.org>2012-02-05 21:28:09 +0000
commitf086ce233e4800f91d428eae5926e45c2bdd4157 (patch)
treeabdb3b979749f740fec60585c468e3a318454abe
parent88cffd3ee1c68d1f837da4c834a43964b1391bca (diff)
downloadpkgsrc-f086ce233e4800f91d428eae5926e45c2bdd4157.tar.gz
Use ${PKGMANDIR} when install manpages
-rw-r--r--audio/mserv-irman/distinfo3
-rw-r--r--audio/mserv-irman/patches/patch-Makefile15
-rw-r--r--audio/mstream/distinfo3
-rw-r--r--audio/mstream/patches/patch-Makefile13
4 files changed, 32 insertions, 2 deletions
diff --git a/audio/mserv-irman/distinfo b/audio/mserv-irman/distinfo
index b0b4725bb4c..ebcda22be7e 100644
--- a/audio/mserv-irman/distinfo
+++ b/audio/mserv-irman/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/10 11:51:26 abs Exp $
+$NetBSD: distinfo,v 1.2 2012/02/05 21:28:09 sbd Exp $
SHA1 (mserv-irman-0.21.tbz) = 7ffd86c24573d6d54716c68d471bcd27ec7ae788
RMD160 (mserv-irman-0.21.tbz) = 06d5095d493a8c6bb157d19d0721ff785f84f6db
Size (mserv-irman-0.21.tbz) = 9310 bytes
+SHA1 (patch-Makefile) = f28f5e64212219caa4c7884e4d9b865bdfa31244
diff --git a/audio/mserv-irman/patches/patch-Makefile b/audio/mserv-irman/patches/patch-Makefile
new file mode 100644
index 00000000000..fd2990b0bc8
--- /dev/null
+++ b/audio/mserv-irman/patches/patch-Makefile
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2012/02/05 21:28:09 sbd Exp $
+
+--- Makefile.orig 2009-02-10 11:46:52.000000000 +0000
++++ Makefile
+@@ -32,8 +32,8 @@ clean:
+ install: ${PKGNAME}.${MANSECTION}
+ ${INSTALL_DIR} ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${PROG} ${DESTDIR}${PREFIX}/bin
+- ${INSTALL_DIR} ${DESTDIR}${PREFIX}/man/man${MANSECTION}
+- ${INSTALL_MAN} ${PKGNAME}.${MANSECTION} ${DESTDIR}${PREFIX}/man/man${MANSECTION}
++ ${INSTALL_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MANSECTION}
++ ${INSTALL_MAN} ${PKGNAME}.${MANSECTION} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MANSECTION}
+
+ # GENFILES
+
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
+