9ce0b926a6
* new MASTER_SITES and HOMEPAGE * use new PROPERTY ocaml_native * patch to support install on bytecode-only arch From: Christopher Zimmermann <madroach@gmerlin.de>
15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2012/08/18 22:28:53 avsm Exp $
|
|
--- Makefile.orig Fri Apr 6 11:15:24 2012
|
|
+++ Makefile Thu Aug 9 22:28:23 2012
|
|
@@ -79,7 +79,9 @@ test: rsstest
|
|
|
|
# installation :
|
|
################
|
|
-install: byte opt
|
|
+install_byte: byte
|
|
+ $(OCAMLFIND) install rss META LICENSE rss.cmi rss.cma
|
|
+install_all: all
|
|
$(OCAMLFIND) install rss META LICENSE rss.cmi rss.cma rss.cmxa rss.a
|
|
|
|
uninstall:
|