aboutsummaryrefslogtreecommitdiff
path: root/www/glpi/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-02-06 14:10:32 +0000
committerJohn Marino <marino@FreeBSD.org>2015-02-06 14:10:32 +0000
commit1d1545f9c3a59ead9419d34f04d4298e0aef6325 (patch)
tree422d38be2b33e721d9902d744906724cbbc2edbb /www/glpi/Makefile
parentb8f233b69dfa3659c812444a1939e147cd310dea (diff)
downloadports-1d1545f9c3a59ead9419d34f04d4298e0aef6325.tar.gz
ports-1d1545f9c3a59ead9419d34f04d4298e0aef6325.zip
www/glpi: Upgrade version 0.84.4 => 0.85.1
PR: 196843 Submitted by: maintainer (Mathias Monnerville)
Notes
Notes: svn path=/head/; revision=378541
Diffstat (limited to 'www/glpi/Makefile')
-rw-r--r--www/glpi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/glpi/Makefile b/www/glpi/Makefile
index e3f48285293d..e7aaf316b58d 100644
--- a/www/glpi/Makefile
+++ b/www/glpi/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= glpi
-PORTVERSION= 0.84.4
+PORTVERSION= 0.85.1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://droidng.free.fr/freebsd/ \
@@ -13,7 +13,7 @@ COMMENT= Free IT and asset management software
LICENSE= GPLv2
-USE_PHP= mysqli mbstring pcre session xml json ctype
+USE_PHP= mysqli mbstring pcre session xml json ctype gd
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -40,7 +40,7 @@ post-extract:
@${FIND} ${WRKSRC} -name '*~' -delete
do-install:
- @${MKDIR} ${STAGEDIR}${WWWDIR}
- ${CP} -R ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
+ ${MKDIR} ${STAGEDIR}${WWWDIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>