mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
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.
14 lines
261 B
Text
14 lines
261 B
Text
|
|
$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}" | \
|