mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f41e7b9979
The initial version submitted in the PR was augmented by later changes seen in pkgsrc where the counterpart is maintained by the submitter. == Js_of_ocaml is a compiler of OCaml bytecode to Javascript. It makes it possible to run Ocaml programs in a Web browser. WWW: http://ocsigen.org/js_of_ocaml/ == PR: ports/176163 Submitted by: Jaap Boender Maintainer: Jaap Boender Stage support: Taken from pkgsrc
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
$NetBSD: patch-Makefile.conf,v 1.1 2012/07/11 15:35:06 wiz Exp $
|
|
|
|
Have BINDIR be determined from package Makefile
|
|
--- Makefile.conf.orig 2011-11-30 14:25:06.000000000 +0000
|
|
+++ Makefile.conf
|
|
@@ -1,6 +1,6 @@
|
|
|
|
# Where binaries are installed:
|
|
-BINDIR := /usr/local/bin
|
|
+# BINDIR := /usr/local/bin
|
|
|
|
####
|
|
|