mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
10 lines
188 B
Text
10 lines
188 B
Text
--- Makefile.orig 2015-05-12 14:40:03 UTC
|
|
+++ Makefile
|
|
@@ -1,6 +1,6 @@
|
|
APPLICATION := getopt
|
|
|
|
-REBAR=$(shell which rebar || echo ./rebar)
|
|
+REBAR=./rebar
|
|
ERL := erl
|
|
EPATH := -pa ebin
|
|
|