diff options
Diffstat (limited to 'net-mgmt/glpi-plugins-fusioninventory-server/Makefile')
-rw-r--r-- | net-mgmt/glpi-plugins-fusioninventory-server/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile index 0ed0fcf9c8cd..95fe7a21bac1 100644 --- a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile +++ b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile @@ -22,10 +22,11 @@ GLPI_VER= 0.85 FUNV_VER= 1.2 WRKSRC= ${WRKDIR} NO_BUILD= yes +NO_ARCH= yes -GLPIPLUGINDIR?= www/glpi/plugins +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} -.include <bsd.port.pre.mk> +GLPIPLUGINDIR?= www/glpi/plugins do-install: .for i in get_agent_jobs.php cleanup_repository.php prepare_jobs.php get_job_logs.php @@ -37,6 +38,5 @@ do-install: @${CHMOD} -x ${WRKSRC}/fusioninventory/lib/mustache.js-2.0.0/hooks/install-hooks.sh @${MKDIR} -m 0755 ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} @${CP} -R ${WRKSRC}/fusioninventory ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusioninventory -.include <bsd.port.post.mk> +.include <bsd.port.mk> |