Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-stdlib_Makefile.shared,v 1.1 2012/10/08 15:05:33 jaapb Exp $
Use BSD_INSTALL_* instead of mkdir and cp
--- stdlib/Makefile.shared.orig 2012-04-19 13:12:23.000000000 +0000
+++ stdlib/Makefile.shared
@@ -41,7 +41,7 @@ OTHERS=array.cmo list.cmo char.cmo strin
all: stdlib.cma std_exit.cmo camlheader camlheader_ur
install: install-$(RUNTIMED)
- cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
+ $(BSD_INSTALL_DATA) stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
$(LIBDIR)
install-noruntimed: