aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-01-11 00:56:46 +0800
committerantoine <antoine@FreeBSD.org>2016-01-11 00:56:46 +0800
commit2a58aeb713c525c906cdd9d007d7f8e5290a8c5d (patch)
treedfdd26a9af296a9e6d3377e7c91cc9ad6c013337 /net-mgmt
parent722399dd9a50a81b1e08fff9701c22c51a1d111a (diff)
downloadfreebsd-ports-gnome-2a58aeb713c525c906cdd9d007d7f8e5290a8c5d.tar.gz
freebsd-ports-gnome-2a58aeb713c525c906cdd9d007d7f8e5290a8c5d.tar.zst
freebsd-ports-gnome-2a58aeb713c525c906cdd9d007d7f8e5290a8c5d.zip
Unbreak
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/rackmonkey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/rackmonkey/Makefile b/net-mgmt/rackmonkey/Makefile
index a155275a1e89..98856d9904be 100644
--- a/net-mgmt/rackmonkey/Makefile
+++ b/net-mgmt/rackmonkey/Makefile
@@ -65,7 +65,7 @@ do-install:
cd ${WRKSRC}/perl && ${COPYTREE_SHARE} RackMonkey ${STAGEDIR}${WWWDIR}/
${MKDIR} ${WRKDIR}/build_conf; \
${CP} ${WRKSRC}/conf/rackmonkey.conf-default ${WRKDIR}/build_conf/rackmonkey.conf; \
- if [ "${USES:MSQLITE}" ]; then \
+ if [ "${USES:Msqlite}" ]; then \
${ECHO} "Building with SQLite............."; \
${SED} -i '' -e 's%dbconnect =%dbconnect = dbi:SQLite:dbname=${WWWDIR}/rackmonkey.db%' ${WRKDIR}/build_conf/rackmonkey.conf; \
if [ "${INIT_DB}" ]; then \