1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/www/yaws/files/patch-scripts__gen-yaws
Jimmy Olgeni 576a3643fb Remove symbolic link from yaws-1.96 to yaws.
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.
2013-04-23 14:53:51 +00:00

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}" | \