diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-22 18:14:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-22 18:14:34 +0000 |
commit | 0072d00b1c4dbf3e2bb54e3e8bdc46bbe961e6bf (patch) | |
tree | 02a6c4f4e3936392f0c8a094ce40bacd8290292c /net-mgmt/zabbix2-frontend | |
parent | 8a84cf91a9265c94e7cfe22188402fa131246340 (diff) |
Notes
Diffstat (limited to 'net-mgmt/zabbix2-frontend')
-rw-r--r-- | net-mgmt/zabbix2-frontend/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile index 63dbe46facee..2cf34a1f9ca4 100644 --- a/net-mgmt/zabbix2-frontend/Makefile +++ b/net-mgmt/zabbix2-frontend/Makefile @@ -20,7 +20,6 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE OPTIONS_DEFAULT= MYSQL MYSQLI MYSQLI_DESC= MySQLI backend -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} @@ -45,7 +44,7 @@ CONFIGURE_ARGS+= --with-oracle .endif do-install: - @${INSTALL} -d ${WWWDIR} - @cd ${WRKSRC}/frontends/php/ && ${COPYTREE_SHARE} . ${WWWDIR} + @${INSTALL} -d ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC}/frontends/php/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include "${MASTERDIR}/Makefile" |