diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-05-12 06:39:44 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-05-12 06:39:44 +0800 |
commit | 01ab5801636c6bd28e0456f0078db17064dbd7d3 (patch) | |
tree | e679c8ab3ff7bf7a17575e07fe7b3d5d5f5b235a /www/yaws/files | |
parent | 5f53f0ba993cbf3609d6fd22a1db1eb34288be3d (diff) | |
download | freebsd-ports-gnome-01ab5801636c6bd28e0456f0078db17064dbd7d3.tar.gz freebsd-ports-gnome-01ab5801636c6bd28e0456f0078db17064dbd7d3.tar.zst freebsd-ports-gnome-01ab5801636c6bd28e0456f0078db17064dbd7d3.zip |
Move OTP application to ${PREFIX}/lib/erlang/lib, so it is easier to build
releases without adding paths by hand.
Diffstat (limited to 'www/yaws/files')
-rw-r--r-- | www/yaws/files/patch-scripts_yaws.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/yaws/files/patch-scripts_yaws.template b/www/yaws/files/patch-scripts_yaws.template index 80167320775d..9644e8bfa0cd 100644 --- a/www/yaws/files/patch-scripts_yaws.template +++ b/www/yaws/files/patch-scripts_yaws.template @@ -8,7 +8,7 @@ $FreeBSD$ -yawsdir="%yawsdir%" -+yawsdir=!!PREFIX!!/lib/yaws ++yawsdir="" erl="%erl%" case `uname` in CYGWIN*) |