pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libmatroska call $(BSD_INSTALL) to install ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e57aee652ad
branches:  trunk
changeset: 475474:2e57aee652ad
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 16 09:50:57 2004 +0000

description:
call $(BSD_INSTALL) to install files, not "install".

diffstat:

 multimedia/libmatroska/distinfo         |   3 ++-
 multimedia/libmatroska/patches/patch-ac |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 9a6efdd01b29 -r 2e57aee652ad multimedia/libmatroska/distinfo
--- a/multimedia/libmatroska/distinfo   Sun May 16 09:49:14 2004 +0000
+++ b/multimedia/libmatroska/distinfo   Sun May 16 09:50:57 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2004/05/05 15:57:17 salo Exp $
+$NetBSD: distinfo,v 1.3 2004/05/16 09:50:57 grant Exp $
 
 SHA1 (libmatroska-0.7.0.tar.gz) = 51997ad2834a08a86e2e163c037aa841aa1cb0bb
 Size (libmatroska-0.7.0.tar.gz) = 100316 bytes
 SHA1 (patch-aa) = 1b39f10c5d50091d7875d5e60c3e9b09d187a7a1
 SHA1 (patch-ab) = 41178badc83063d898939ac6a334bf6af73d0f42
+SHA1 (patch-ac) = b3f5aff05ea55ca3dbdc6f0f20656080b1dfff3d
diff -r 9a6efdd01b29 -r 2e57aee652ad multimedia/libmatroska/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libmatroska/patches/patch-ac   Sun May 16 09:50:57 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/05/16 09:50:58 grant Exp $
+
+--- make/linux/Makefile.orig   2004-01-05 22:28:43.000000000 +1100
++++ make/linux/Makefile
+@@ -21,7 +21,7 @@ DEP=$(CXX) -MM
+ DEPEND = makedepend
+ AR = ar rcvu
+ RANLIB = ranlib
+-INSTALL = install
++INSTALL = $(BSD_INSTALL)
+ INSTALL_OPTS = -m 644
+ INSTALL_OPTS_LIB = -m 644
+ INSTALL_DIR_OPTS = -m 755



Home | Main Index | Thread Index | Old Index