summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-27 09:56:32 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-27 09:56:32 +0000
commit57e1c5f982f749df46940fc2a1c255ee2c792ab0 (patch)
tree96fdd5902a4028a93a3532cb0d59cd34d7d1feae
parent770a563c2fecd083f29658338a50c95d2ef05556 (diff)
downloadfreebsd-ports-57e1c5f982f749df46940fc2a1c255ee2c792ab0.zip
- Fix configure breakage
PR: ports/114961 Submitted by: Denis Barov <dindin at dindin.ru> (maintainer)
-rw-r--r--www/sams/files/patch-configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sams/files/patch-configure b/www/sams/files/patch-configure
index cb6f5fef9141..3c3cb74bb209 100644
--- a/www/sams/files/patch-configure
+++ b/www/sams/files/patch-configure
@@ -4,8 +4,8 @@
echo "#define WEBINTERFACEPATH \"$prefix/share/sams\" " >> config.h
-+CASHE_DIR=./tmp
-+CASHE=${CACHE_DIR}/config.cashe
++CACHE_DIR=./tmp
++CACHE=${CACHE_DIR}/config.cashe
+[ -d ./tmp ] || mkdir ${CACHE_DIR}
+[ -f ./tmp/config.cashe ] && truncate -s0 ${CACHE}
+exec 7>> ${CACHE}