aboutsummaryrefslogtreecommitdiff
path: root/www/glpi/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-08-27 12:40:09 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-08-27 12:40:09 +0000
commite25dde754ccb0623454fa00c0e1591dd4790e4f7 (patch)
tree013c775706a393d125a3fd35a87026130c32fddf /www/glpi/Makefile
parentd5bfc64b8510d9746eec14456840b71b751093ed (diff)
downloadports-e25dde754ccb0623454fa00c0e1591dd4790e4f7.tar.gz
ports-e25dde754ccb0623454fa00c0e1591dd4790e4f7.zip
- Update to 0.68.3.2
- Remove editor backup files PR: ports/115828 Submitted by: Mathias Monnerville <mathias.monnerville at paris-sorbonne.fr> (maintainer)
Notes
Notes: svn path=/head/; revision=198378
Diffstat (limited to 'www/glpi/Makefile')
-rw-r--r--www/glpi/Makefile8
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}