aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix22-frontend
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-22 18:31:13 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-22 18:31:13 +0000
commit71afc9d4e872c3bc79f269d55b8ae788dfddcd44 (patch)
treead203d2d673a8968a0d99559741727cdf0f9bff7 /net-mgmt/zabbix22-frontend
parentedff1225faaf2173dcb3d78d5d18325e200cbd80 (diff)
downloadports-71afc9d4e872c3bc79f269d55b8ae788dfddcd44.tar.gz
ports-71afc9d4e872c3bc79f269d55b8ae788dfddcd44.zip
- Stage support [1]
- Clean up pkg-plist a bit [1] - Use modern LIB_DEPENDS PR: ports/188037 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: maintainer timeout (<pakhom706@gmail.com> , 3 weeks)
Notes
Notes: svn path=/head/; revision=351870
Diffstat (limited to 'net-mgmt/zabbix22-frontend')
-rw-r--r--net-mgmt/zabbix22-frontend/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/zabbix22-frontend/Makefile b/net-mgmt/zabbix22-frontend/Makefile
index 34d4df4c3727..840949361155 100644
--- a/net-mgmt/zabbix22-frontend/Makefile
+++ b/net-mgmt/zabbix22-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"