mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
576a3643fb
It caused "rebar generate" invocations to fail when Yaws was included, due to duplicate application directories with the same version. Also, add devel to CATEGORIES.
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- scripts/gen-yaws.orig
|
|
+++ scripts/gen-yaws
|
|
@@ -5,7 +5,7 @@
|
|
|
|
set -e
|
|
|
|
-topdir=`cd .. && pwd`
|
|
+topdir=!!PREFIX!!/lib/erlang/lib/yaws-!!VERSION!!
|
|
cat yaws.template | \
|
|
./Subst %yawsdir% "${topdir}" | \
|
|
./Subst %vardir% "${VARDIR}" | \
|