diff options
Diffstat (limited to 'www/glpi/Makefile')
-rw-r--r-- | www/glpi/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/glpi/Makefile b/www/glpi/Makefile index e811e5b40748..8a5f4cddb98d 100644 --- a/www/glpi/Makefile +++ b/www/glpi/Makefile @@ -6,11 +6,10 @@ # PORTNAME= glpi -PORTVERSION= 0.68.3 -PORTREVISION= 1 +DISTVERSION= 0.68.3-2 CATEGORIES= www MASTER_SITES= http://glpi-project.org/IMG/gz/ \ - http://download.gna.org/kanicule/ + http://download.gna.org/kanicule/freebsd/distfiles/ MAINTAINER= mathias@monnerville.com COMMENT= Free IT and asset management software @@ -27,6 +26,9 @@ GLPIDIR?= www/${PORTNAME} .include <bsd.port.pre.mk> +post-extract: + @${FIND} ${WRKSRC} -name '*~' -delete + post-configure: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%GLPIDIR%%,${GLPIDIR},g' pkg-message > ${PKGMESSAGE} |