pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libebml call $(BSD_INSTALL) to install files, no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a303e0fa17a
branches:  trunk
changeset: 475472:6a303e0fa17a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 16 09:48:13 2004 +0000

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

diffstat:

 devel/libebml/distinfo         |   3 ++-
 devel/libebml/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 206672f71afa -r 6a303e0fa17a devel/libebml/distinfo
--- a/devel/libebml/distinfo    Sun May 16 09:30:18 2004 +0000
+++ b/devel/libebml/distinfo    Sun May 16 09:48:13 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/05/05 15:56:45 salo Exp $
+$NetBSD: distinfo,v 1.3 2004/05/16 09:48:13 grant Exp $
 
 SHA1 (libebml-0.7.0.tar.gz) = 80b9b2bb181c44bbd7d92979731dc379bb014ef0
 Size (libebml-0.7.0.tar.gz) = 58316 bytes
+SHA1 (patch-aa) = 6970afa8ce52ffb9f39f663e5f2e6a562df212d8
diff -r 206672f71afa -r 6a303e0fa17a devel/libebml/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libebml/patches/patch-aa    Sun May 16 09:48:13 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2004/05/16 09:48:13 grant Exp $
+
+--- make/linux/Makefile.orig   2004-01-05 22:24:30.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