diff options
author | rafan <rafan@FreeBSD.org> | 2007-08-27 20:40:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-08-27 20:40:09 +0800 |
commit | 2f7e3314979a3ba0d1842ae4adaba7a44cd69b07 (patch) | |
tree | d76be09a615275064a33f0383fabdcc821a35702 /www/glpi/Makefile | |
parent | b24763c29bc02304e33f97f8f9163756a257b64e (diff) | |
download | freebsd-ports-gnome-2f7e3314979a3ba0d1842ae4adaba7a44cd69b07.tar.gz freebsd-ports-gnome-2f7e3314979a3ba0d1842ae4adaba7a44cd69b07.tar.zst freebsd-ports-gnome-2f7e3314979a3ba0d1842ae4adaba7a44cd69b07.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)
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} |