diff options
author | grant <grant@pkgsrc.org> | 2004-05-16 09:48:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-16 09:48:13 +0000 |
commit | f9156237581038dc70d54681da68fe1b59e7d408 (patch) | |
tree | 601b19f19a34a0f66b750a774c986ca467c4feec /devel | |
parent | aecd33d89d98f1ef0e1198adff5c29966f52431a (diff) | |
download | pkgsrc-f9156237581038dc70d54681da68fe1b59e7d408.tar.gz |
call $(BSD_INSTALL) to install files, not "install".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libebml/distinfo | 3 | ||||
-rw-r--r-- | devel/libebml/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo index cfc63251f89..09aa0b76dad 100644 --- a/devel/libebml/distinfo +++ b/devel/libebml/distinfo @@ -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 --git a/devel/libebml/patches/patch-aa b/devel/libebml/patches/patch-aa new file mode 100644 index 00000000000..9eae7a21184 --- /dev/null +++ b/devel/libebml/patches/patch-aa @@ -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 |