aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rackmonkey
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-01-10 16:56:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-01-10 16:56:46 +0000
commit787c7740c5b9a6382a4ad0e883981f625fa861b3 (patch)
treedfdd26a9af296a9e6d3377e7c91cc9ad6c013337 /net-mgmt/rackmonkey
parentac922c592e54939a66a352d951260ab2c1fd4c05 (diff)
downloadports-787c7740c5b9a6382a4ad0e883981f625fa861b3.tar.gz
ports-787c7740c5b9a6382a4ad0e883981f625fa861b3.zip
Unbreak
Notes
Notes: svn path=/head/; revision=405725
Diffstat (limited to 'net-mgmt/rackmonkey')
-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 \